Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qsh-wc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
honghuiliu
qsh-wc
Commits
c39cba6c
Commit
c39cba6c
authored
Nov 09, 2022
by
honghuiliu
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日常提交
parent
1e6ff746
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
qsh_toilet.go
server/model/admin/qsh_toilet.go
+13
-12
No files found.
server/model/admin/qsh_toilet.go
View file @
c39cba6c
...
...
@@ -19,7 +19,8 @@ type QshToilet struct {
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;"`
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 表名
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment