注册时加入代理商查询

This commit is contained in:
liuyingfang
2023-07-03 16:16:23 +08:00
parent 38cd7b6402
commit b426dfa12e
3 changed files with 73 additions and 6 deletions

View File

@@ -27,11 +27,15 @@ public class UserPromotion {
@TableField(value = "parent_user_id")
private String parentUserId;
@TableField(value = "create_time")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
@TableField(value = "is_extend")
private String isExtend;
@TableField(value = "update_time")
@DateTimeFormat(pattern="yyyy-MM-dd HH:mm:ss")
@JSONField(format = "yyyy-MM-dd HH:mm:ss")