feat:clear no used file go

This commit is contained in:
zhangwenjian
2020-09-29 22:32:53 +08:00
parent 000cd1d07d
commit c9b073908e
11 changed files with 72 additions and 816 deletions
+2 -1
View File
@@ -22,8 +22,9 @@ type SysJob struct {
EntryId int `json:"entry_id" gorm:"size:11;"` // job启动时返回的id
CreateBy string `json:"createBy" gorm:"size:128;"` //
UpdateBy string `json:"updateBy" gorm:"size:128;"` //
DataScope string `json:"dataScope" gorm:"-"`
BaseModel
DataScope string `json:"dataScope" gorm:"-"`
}
func (SysJob) TableName() string {