用户信息传到service
This commit is contained in:
@@ -33,5 +33,4 @@ type ServicesStatus struct {
|
||||
type ServicesNameItems struct {
|
||||
Id int `gorm:"column:id;type:int(11);primary_key;AUTO_INCREMENT" json:"id"`
|
||||
Name string `gorm:"column:name;type:varchar(255);comment:项目描述;NOT NULL" json:"name"`
|
||||
Logo string `gorm:"column:logo;type:varchar(255);default:'';comment:logo;NOT NULL" json:"logo"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user