添加商户标签、用户收入字段

This commit is contained in:
吴彭
2024-09-19 21:53:37 +08:00
parent 2cf242edee
commit 6997b4bbc3
5 changed files with 22 additions and 2 deletions

View File

@@ -130,4 +130,9 @@ public class Customer extends BaseEntity
private Integer zhiMa;
/** 月收入 */
@Excel(name = "月收入")
private Integer income;
}

View File

@@ -82,6 +82,10 @@ public class Merchant extends BaseEntity
@Excel(name = "手机号禁入号段英文逗号分隔")
private String phoneLimit;
/** 标签 */
@Excel(name = "标签")
private String label;
/** 无社保 */
@Excel(name = "无社保")
private Boolean socialSecurityNo;