调整字段的装填从 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

@ -26,7 +26,7 @@ type Merchants struct {
ApplicationReason string `json:"applicationReason" orm:"application_reason" description:"申请理由"` // 申请理由
CreatedBy int64 `json:"createdBy" orm:"created_by" description:"创建人ID"` // 创建人ID
CreatedByType int `json:"createdByType" orm:"created_by_type" description:"创建人类型1=系统管理员2=商户注册"` // 创建人类型1=系统管理员2=商户注册
AuditStatus int `json:"auditStatus" orm:"audit_status" description:"审核状态:0=待审核,1=审核通过,2=审核拒绝"` // 审核状态:0=待审核,1=审核通过,2=审核拒绝
AuditStatus int `json:"auditStatus" orm:"audit_status" description:"审核状态:1=待审核,2=审核通过,3=审核拒绝"` // 审核状态:1=待审核,2=审核通过,3=审核拒绝
AuditBy int64 `json:"auditBy" orm:"audit_by" description:"审核人ID"` // 审核人ID
AuditAt *gtime.Time `json:"auditAt" orm:"audit_at" description:"审核时间"` // 审核时间
AuditRemark string `json:"auditRemark" orm:"audit_remark" description:"审核备注"` // 审核备注