master
huanghai 5 years ago
parent 5e366e6d10
commit 624f6067c4

@ -21,4 +21,5 @@ type TBaseTeacherImportExcel struct {
BatchId string `xorm:"not null comment('批次ID') index index(org_id) index(org_name) index(sfzjlxm) CHAR(36)"`
RowNumber int32 `xorm:"not null default 0 comment('对应的EXCEL是第几行的数据') INT(11)"`
InsertOrUpdate int32 `xorm:"not null default 1 comment('是新增加还是修改1新增2:修改') INT(11)"`
PersonId string `xorm:"not null pk comment('PersonId') CHAR(36)"`
}

Loading…
Cancel
Save