调整字段的装填从 1 开始

This commit is contained in:
2025-06-05 11:47:54 +08:00
parent 9d20953377
commit fdf5152bd2
6 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ type Merchants struct {
ApplicationReason interface{} // 申请理由
CreatedBy interface{} // 创建人ID
CreatedByType interface{} // 创建人类型1=系统管理员2=商户注册
AuditStatus interface{} // 审核状态:0=待审核,1=审核通过,2=审核拒绝
AuditStatus interface{} // 审核状态:1=待审核,2=审核通过,3=审核拒绝
AuditBy interface{} // 审核人ID
AuditAt *gtime.Time // 审核时间
AuditRemark interface{} // 审核备注