forked from free-lancers/electricity_bill_calc_service
fix(#5):修复为前端下列表记提供的接口
This commit is contained in:
@@ -62,3 +62,8 @@ type SimplifiedMeterDetailResponse struct {
|
||||
AttachedAt types.DateTime `json:"attachedAt"`
|
||||
DetachedAt *types.DateTime `json:"detachedAt"`
|
||||
}
|
||||
type ReadableMeterQueryResponse struct {
|
||||
Code string `json:"code"`
|
||||
Address *string `json:"address"`
|
||||
Park string `json:"park"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user