This commit is contained in:
苏尹岚
2020-10-29 11:45:44 +08:00
parent d515dcc656
commit 9d177646c7
3 changed files with 19 additions and 3 deletions

View File

@@ -65,6 +65,11 @@ func (v *Job) TableIndex() [][]string {
}
}
type JobExt struct {
FinishedAtStr string `json:"finishedAtStr"` //接单截止日期
Job
}
type JobImg struct {
ModelIDCUL