hongze hai 6 meses
pai
achega
ec0b13c632
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/system/sys_department.go

+ 1 - 1
models/system/sys_department.go

@@ -10,7 +10,7 @@ type SysDepartmentAddReq struct {
 }
 
 type SysDepartment struct {
-	DepartmentId   int       `orm:"column(department_id);pk" description:"部门Id"`
+	DepartmentId   int       `gorm:"primaryKey;" description:"部门Id"`
 	DepartmentName string    `description:"部门名称"`
 	Sort           int       `description:"排序"`
 	CreateTime     time.Time `description:"创建时间"`