| | |
| | | * 生长初期开始天数(默认是1) |
| | | */ |
| | | @Schema(description = "生长初期开始天数(默认是1)", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer life1start; |
| | | public Integer life1Start; |
| | | |
| | | /** |
| | | * 生长初期结束天数 |
| | | */ |
| | | @Schema(description = "生长初期结束天数", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer life1end; |
| | | public Integer life1End; |
| | | |
| | | /** |
| | | * 生长初期作物系数 |
| | | */ |
| | | @Schema(description = "生长初期作物系数", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double life1Factor ; |
| | | |
| | | /** |
| | | * 快速生长期开始天数(默认生长初期结束天数+1) |
| | | */ |
| | | @Schema(description = "快速生长期开始天数(默认生长初期结束天数+1)", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer life2start; |
| | | public Integer life2Start; |
| | | |
| | | /** |
| | | * 快速生长期结束天数 |
| | | */ |
| | | @Schema(description = "快速生长期结束天数", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer life2end; |
| | | public Integer life2End; |
| | | |
| | | /** |
| | | * 快速生长期作物系数 |
| | | */ |
| | | @Schema(description = "快速生长期作物系数", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double life2Factor ; |
| | | |
| | | /** |
| | | * 生长中期开始天数(默认快速生长期结束天数+1) |
| | | */ |
| | | @Schema(description = "生长中期开始天数(默认快速生长期结束天数+1)", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer life3start; |
| | | public Integer life3Start; |
| | | |
| | | /** |
| | | * 生长中期结束天数 |
| | | */ |
| | | @Schema(description = "生长中期结束天数", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer life3end; |
| | | public Integer life3End; |
| | | |
| | | /** |
| | | * 生长中期作物系数 |
| | | */ |
| | | @Schema(description = "生长中期作物系数", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double life3Factor ; |
| | | |
| | | /** |
| | | * 生长末期开始天数(默认生长中期结束天数+1) |
| | | */ |
| | | @Schema(description = "生长末期开始天数(默认生长中期结束天数+1)", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer life4start; |
| | | public Integer life4Start; |
| | | |
| | | /** |
| | | * 生长末期结束天数 |
| | | */ |
| | | @Schema(description = "生长末期结束天数", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Integer life4end; |
| | | public Integer life4End; |
| | | |
| | | /** |
| | | * 生长末期作物系数 |
| | | */ |
| | | @Schema(description = "生长末期作物系数", requiredMode = Schema.RequiredMode.NOT_REQUIRED) |
| | | public Double life4Factor ; |
| | | |
| | | /** |
| | | * 纬度 |