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
Hide 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
...
...
@@ -8,18 +8,19 @@ import (
// QshToilet 结构体
type
QshToilet
struct
{
global
.
GVA_MODEL
Address
string
`json:"address" form:"address" gorm:"column:address;comment:公厕地址;size:255;"`
Image
string
`json:"image" form:"image" gorm:"column:image;comment:点位图片;size:5000;"`
Lat
string
`json:"lat" form:"lat" gorm:"column:lat;comment:纬度;size:255;"`
Lng
string
`json:"lng" form:"lng" gorm:"column:lng;comment:经度;size:255;"`
Manager
string
`json:"manager" form:"manager" gorm:"column:manager;comment:管理人员;size:200;"`
ManagerPhone
string
`json:"managerPhone" form:"managerPhone" gorm:"column:manager_phone;comment:管理员联系电话;size:100;"`
MonitorId
string
`json:"monitor_id" form:"monitor_id" gorm:"column:monitor_id;comment:监控信息;size:255;"`
MonitorAc
string
`json:"monitor_ac" form:"monitor_ac" gorm:"column:monitor_ac;comment:监控设备账号;size:255;"`
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=>无动力;"`
Address
string
`json:"address" form:"address" gorm:"column:address;comment:公厕地址;size:255;"`
Image
string
`json:"image" form:"image" gorm:"column:image;comment:点位图片;size:5000;"`
Lat
string
`json:"lat" form:"lat" gorm:"column:lat;comment:纬度;size:255;"`
Lng
string
`json:"lng" form:"lng" gorm:"column:lng;comment:经度;size:255;"`
Manager
string
`json:"manager" form:"manager" gorm:"column:manager;comment:管理人员;size:200;"`
ManagerPhone
string
`json:"managerPhone" form:"managerPhone" gorm:"column:manager_phone;comment:管理员联系电话;size:100;"`
MonitorId
string
`json:"monitor_id" form:"monitor_id" gorm:"column:monitor_id;comment:监控信息;size:255;"`
MonitorAc
string
`json:"monitor_ac" form:"monitor_ac" gorm:"column:monitor_ac;comment:监控设备账号;size:255;"`
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=>无动力;"`
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