苏州瑞玛APS项目web后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
742 B

package _struct
type Root struct {
Creator string `json:"Creator"`
NeedUpDateFields interface{} `json:"NeedUpDateFields"`
NeedReturnFields interface{} `json:"NeedReturnFields"`
IsDeleteEntry bool `json:"IsDeleteEntry"`
SubSystemID string `json:"SubSystemId"`
IsVerifyBaseDataField bool `json:"IsVerifyBaseDataField"`
IsEntryBatchFill bool `json:"IsEntryBatchFill"`
ValidateFlag bool `json:"ValidateFlag"`
NumberSearch bool `json:"NumberSearch"`
InterationFlags string `json:"InterationFlags"`
IsAutoSubmitAndAudit bool `json:"IsAutoSubmitAndAudit"`
Model interface{} `json:"Model"`
}