forked from free-lancers/electricity_bill_calc_service
		
	fix(meter):终端用户表计档案完成查询调整。
This commit is contained in:
		| @@ -19,9 +19,9 @@ type Meter04KV struct { | ||||
| 	ContactPhone       *string         `json:"contactPhone" excel:"phone"` | ||||
| 	Ratio              decimal.Decimal `bun:",notnull,default:1" json:"ratio" excel:"ratio"` | ||||
| 	Seq                int64           `bun:"type:bigint,notnull" json:"seq" excel:"seq"` | ||||
| 	IsPublicMeter      bool            `bun:"public_meter,notnull,default:false" json:"isPublicMeter" excel:"public"` | ||||
| 	WillDilute         bool            `bun:"dilute,notnull,default:false" json:"willDilute" excel:"dilute"` | ||||
| 	Enabled            bool            `bun:",notnull,default:true" json:"enabled"` | ||||
| 	IsPublicMeter      bool            `bun:"public_meter,notnull" json:"isPublicMeter" excel:"public"` | ||||
| 	WillDilute         bool            `bun:"dilute,notnull" json:"willDilute" excel:"dilute"` | ||||
| 	Enabled            bool            `bun:",notnull" json:"enabled"` | ||||
| 	ParkDetail         *Park           `bun:"rel:belongs-to,join:park_id=id" json:"-"` | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user