|
|
@@ -2241,7 +2241,7 @@ type Ermcp3PaAreaSubject struct {
|
|
|
MODIFIERSRC int32 `json:"modifiersrc" xorm:"MODIFIERSRC"` // 修改人来源 - 1:管理端 2:终端
|
|
|
MODIFIERID string `json:"modifierid" xorm:"MODIFIERID" form:"modifierid"` // 修改人
|
|
|
MODIFYTIME string `json:"modifytime" xorm:"MODIFYTIME"` // 修改时间
|
|
|
- SUBJECTSTATUS int32 `json:"subjectstatus" xorm:"SUBJECTSTATUS"` // 主体状态 - 1:正常 2: 停用
|
|
|
+ SUBJECTSTATUS int32 `json:"subjectstatus" xorm:"SUBJECTSTATUS" form:"subjectstatus"` // 主体状态 - 1:正常 2: 停用
|
|
|
CANMODIFY int32 `json:"canmodify" xorm:"CANMODIFY"` // 是否可修改 - 0:否 1:是
|
|
|
REMARK string `json:"remark" xorm:"REMARK"` // 备注
|
|
|
}
|
|
|
@@ -2289,7 +2289,7 @@ func (r *Ermcp3PaAreaSubject) GetDataEx() (interface{}, error) {
|
|
|
|
|
|
// Ermcp3PaAreaAuditCfg 审核设置
|
|
|
type Ermcp3PaAreaAuditCfg struct {
|
|
|
- AREAUSERID int64 `json:"areauserid" xorm:"AREAUSERID" form:"serid"` // 用户ID
|
|
|
+ AREAUSERID int64 `json:"areauserid" xorm:"AREAUSERID" form:"userid"` // 用户ID
|
|
|
CUSTOMERAUDITFLAG int32 `json:"customerauditflag" xorm:"CUSTOMERAUDITFLAG"` // 客户资料是否需要审核 - 0:不需审核 1:需要审核
|
|
|
SPOTCONTRACTAUDITFLAG int32 `json:"spotcontractauditflag" xorm:"SPOTCONTRACTAUDITFLAG"` // 现货合同是否需要审核 - 0:不需审核 1:需要审核
|
|
|
POINTPRICEAUDITFLAG int32 `json:"pointpriceauditflag" xorm:"POINTPRICEAUDITFLAG"` // 点价是否需要审核 - 0:不需审核 1:需要审核
|