forked from free-lancers/electricity_bill_calc_service
feat(meter):基本完成表计修改接口。
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user