master
huanghai 5 years ago
parent 0a5b91fa4f
commit cf8f729574

@ -64,7 +64,6 @@
] ]
}, },
{ {
"is_text": true,
"col_name": "身份证件号", "col_name": "身份证件号",
"width": 30 "width": 30
}, },

@ -19,7 +19,6 @@ type ColStruct struct {
ColField string `json:"col_field"` ColField string `json:"col_field"`
Width float64 `json:"width"` Width float64 `json:"width"`
Require bool `json:"require"` Require bool `json:"require"`
IsText bool `json:"is_text"`
Level1Sql bool `json:"level_1_sql"` Level1Sql bool `json:"level_1_sql"`
Level2Sql bool `json:"level_2_sql"` Level2Sql bool `json:"level_2_sql"`
SqlNum int64 `json:"sql_num"` SqlNum int64 `json:"sql_num"`

Loading…
Cancel
Save