feat:完善入驻信息管理

This commit is contained in:
henry
2021-12-07 16:10:12 +08:00
parent 3989befe92
commit 95e8fdb9bb
30 changed files with 397 additions and 89 deletions

View File

@ -4,7 +4,6 @@ package model
type SysIndustry struct {
Model
ParentID uint64 `gorm:"column:parent_id;type:int;default:0;comment:父级ID" json:"-"`
Code string `gorm:"column:code;type:varchar(30);default:'';comment:编号" json:"code"`
Name string `gorm:"column:name;type:varchar(30);default:'';comment:行业名称" json:"name"`
ModelDeleted
ModelAt