|
@@ -117,11 +117,13 @@ type SprinkleStatisticsDataList struct {
|
|
}
|
|
}
|
|
|
|
|
|
type AccountDistributionRequest struct {
|
|
type AccountDistributionRequest struct {
|
|
- Account string `json:"account"`
|
|
|
|
- UserName string `json:"user_name"`
|
|
|
|
- Password string `json:"password"`
|
|
|
|
- Phone string `json:"phone"`
|
|
|
|
- PastureId int32 `json:"pasture_id"`
|
|
|
|
|
|
+ Account string `json:"account"`
|
|
|
|
+ UserName string `json:"user_name"`
|
|
|
|
+ Password string `json:"password"`
|
|
|
|
+ Phone string `json:"phone"`
|
|
|
|
+ PastureId int32 `json:"pasture_id"`
|
|
|
|
+ PastureName string `json:"pasture_name"`
|
|
|
|
+ Address string `json:"address"`
|
|
}
|
|
}
|
|
|
|
|
|
type CategoryRequest struct {
|
|
type CategoryRequest struct {
|