添加商户、渠道、用户信息。修改部分配置文件

This commit is contained in:
吴彭
2024-09-22 22:20:36 +08:00
parent 738895b370
commit c4944acb5e
2 changed files with 11 additions and 1 deletions

View File

@@ -109,6 +109,10 @@ public class Merchant extends BaseEntity
@Excel(name = "标签")
private String label;
/** 商户是否开启二要素 0 否 1 是 */
@Excel(name = "商户是否开启二要素")
private Boolean merchantAuth;
/** 无社保 */
@Excel(name = "无社保")
private Boolean socialSecurityNo;