Commit 965e8d02 authored by shiyu's avatar shiyu

交易时间

parent 6c753f93
...@@ -112,4 +112,9 @@ public class CoinRequestDto extends BaseRequestDto implements Entity { ...@@ -112,4 +112,9 @@ public class CoinRequestDto extends BaseRequestDto implements Entity {
private Boolean isGuest; private Boolean isGuest;
// 查看权限(0所有人,1仅自己可见) // 查看权限(0所有人,1仅自己可见)
private Integer viewPermission; private Integer viewPermission;
/**
* 成交时间
*/
private String bidTime;
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment