feat:完善项目

This commit is contained in:
henry
2021-11-18 09:51:39 +08:00
parent 09cc956d42
commit bcceef741b
15 changed files with 196 additions and 58 deletions

View File

@ -19,7 +19,7 @@ const (
// WorkProgressStatusForRefuse 拒绝
WorkProgressStatusForRefuse WorkProgressStatus = iota - 1
// WorkProgressStatusForAgree 同意
WorkProgressStatusForAgree
WorkProgressStatusForAgree WorkProgressStatus = iota
)
func (m *WorkProgress) TableName() string {