feat(meter):基本完成表计修改接口。

This commit is contained in:
徐涛
2022-08-16 22:05:20 +08:00
parent 4c71f5f205
commit 0fbe021252
3 changed files with 161 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import (
type Meter04KV struct {
CreatedAndModified `xorm:"extends"`
Code string `xorm:"varchar(120) pk not null" json:"code"`
ParkId string `xorm:"varchar(120) not null" json:"parkId"`
ParkId string `xorm:"varchar(120) pk not null" json:"parkId"`
Address *string `xorm:"varchar(100)" json:"address"`
CustomerName *string `xorm:"varchar(100)" json:"customerName"`
ContactName *string `xorm:"varchar(70)" json:"contactName"`