|
@@ -24,7 +24,7 @@ type Attendance struct {
|
|
|
T_uid string `orm:"index;size(32);null"` // 用户uuid
|
|
|
T_type int `orm:"size(20);default(0)"` // 加班类型 加班
|
|
|
T_start_time time.Time `orm:"type(timestamp);null;"` // 开始时间
|
|
|
- T_prove_img string `orm:"size(200);null;"` // 请假证明
|
|
|
+ T_prove_img string `orm:"type(text);null;"` // 请假证明
|
|
|
T_end_time time.Time `orm:"type(timestamp);null;"` // 结束时间
|
|
|
T_duration int `orm:"size(8);null"` // 加班时长
|
|
|
T_text string `orm:"type(text);null"` // 请假内容
|