经销商档案导出时增加客户认证状态

This commit is contained in:
mzr 2025-07-09 16:02:39 +08:00
parent ac6b321f6d
commit 810e85e081
1 changed files with 1 additions and 0 deletions

View File

@ -427,6 +427,7 @@ public class DistributorInfo implements Serializable {
/** /**
* 0待认证1已认证 * 0待认证1已认证
*/ */
@Excel(name = "认证状态", width = 15, orderNum = "15", replace = {"待认证_0", "已认证_1"})
private String isVerify; private String isVerify;
/** /**