|
@@ -3,8 +3,10 @@ package com.gree.mall.manager.bean.listvo;
|
|
|
import com.gree.mall.manager.annotation.ZfireField;
|
|
|
import com.gree.mall.manager.enums.ExamineStatusEnum;
|
|
|
import com.gree.mall.manager.enums.ExamineWorkerStatusEnum;
|
|
|
+import com.gree.mall.manager.enums.IsYesNoEnum;
|
|
|
import com.gree.mall.manager.enums.UserTypeEnum;
|
|
|
import com.gree.mall.manager.plus.entity.User;
|
|
|
+import com.gree.mall.manager.plus.entity.WebsitUser;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
@@ -14,7 +16,7 @@ import java.util.Date;
|
|
|
@ZfireField(tbName = "a")
|
|
|
@ApiModel
|
|
|
@Data
|
|
|
-public class UserVO {
|
|
|
+public class UserVO {
|
|
|
|
|
|
@ZfireField(hide = true, tbName = "b")
|
|
|
private String id;
|
|
@@ -83,6 +85,10 @@ public class UserVO {
|
|
|
@ApiModelProperty("银行卡")
|
|
|
private String bankAccount;
|
|
|
|
|
|
+ @ZfireField(tbName = "b")
|
|
|
+ @ApiModelProperty("审批时间")
|
|
|
+ private IsYesNoEnum isOverdue;
|
|
|
+
|
|
|
// @ApiModelProperty("是否允许二手商城发布")
|
|
|
// private IsEnum isEs;
|
|
|
|