|
@@ -2,7 +2,6 @@ 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.IsEnum;
|
|
|
import com.gree.mall.manager.enums.UserTypeEnum;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -27,7 +26,7 @@ public class UserVO {
|
|
|
// @ApiModelProperty("商户名称")
|
|
|
// private String companyName;
|
|
|
|
|
|
- @ZfireField(hide = true, tbName = "b", ignoreSelect = true)
|
|
|
+ @ZfireField(tbName = "b")
|
|
|
private String websitId;
|
|
|
|
|
|
@ZfireField(tbName = "c", colName = "name", ignoreSelect = true)
|