models/product_category.go
@@ -11,7 +11,7 @@ // ProductCategory 产品分类 ProductCategory struct { BaseModelInt Name string `json:"name" gorm:"index;type:varchar(255);not null;comment:分类名称"` //位置名称 Name string `json:"name" gorm:"index;type:varchar(255);not null;comment:分类名称"` //分类名称 ParentId int `json:"parentId" gorm:"type:int;comment:上级分类id"` //上级id RouteId int `json:"routeId" gorm:"type:int;comment:路线id"` //路线id RouteName string `json:"routeName" gorm:"type:varchar(512);comment:路线名称"` //公司