diff --git a/dsBaseRpc/models/t_base_teacher_import_excel.go b/dsBaseRpc/models/t_base_teacher_import_excel.go index 463e6bfb..ec010aff 100644 --- a/dsBaseRpc/models/t_base_teacher_import_excel.go +++ b/dsBaseRpc/models/t_base_teacher_import_excel.go @@ -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)"` }