Commit c39cba6c authored by honghuiliu's avatar honghuiliu 💬

日常提交

parent 1e6ff746
...@@ -19,7 +19,8 @@ type QshToilet struct { ...@@ -19,7 +19,8 @@ type QshToilet struct {
YeweiDevice string `json:"yewei_device" form:"yewei_device" gorm:"column:yewei_device;comment:液位设备id;"` YeweiDevice string `json:"yewei_device" form:"yewei_device" gorm:"column:yewei_device;comment:液位设备id;"`
Name string `json:"name" form:"name" gorm:"column:name;comment:点位名称;size:198;"` Name string `json:"name" form:"name" gorm:"column:name;comment:点位名称;size:198;"`
ShowImage string `json:"showImage" form:"showImage" gorm:"column:show_image;comment:展示图片;size:300;"` ShowImage string `json:"showImage" form:"showImage" gorm:"column:show_image;comment:展示图片;size:300;"`
Type *int `json:"type" form:"type" gorm:"column:type;comment:公厕类型 1=>有动力 2=>无动力;"` Type int `json:"type" form:"type" gorm:"column:type;comment:公厕类型 1=>有动力 2=>无动力;"`
JinghuaDeviceId string `json:"jinghua_device_id" form:"jinghua_device_id" gorm:"column:jinghua_device_id;comment:净化设备id;"`
} }
// TableName QshToilet 表名 // TableName QshToilet 表名
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment