|
@@ -44,7 +44,7 @@ type Admin struct {
|
|
|
CityCode string `gorm:"column:city_code;type:varchar(100);default:''" json:"city_code"` // 市编码
|
|
|
EmployeeId string `gorm:"column:employee_id;type:varchar(64);not null;default:''" json:"employee_id"` // 员工工号(钉钉/每刻报销)
|
|
|
TelAreaCode string `gorm:"column:tel_area_code;type:varchar(32);not null;default:'86'" json:"tel_area_code"` // 手机号区号
|
|
|
- OutID string `gorm:"column:out_id" json:"outId"` // 外部id
|
|
|
+ OutID string `gorm:"column:out_id" json:"out_id"` // 外部id
|
|
|
}
|
|
|
|
|
|
func (m *Admin) TableName() string {
|