|
@@ -35,7 +35,7 @@ public class JPDispatchDatabaseInfoUpdate {
|
|
|
private String databaseName = null;//方案库名称
|
|
|
|
|
|
@StrNullOrSize(min = 0,max = 255, groups = { CommonParamValidReset.class})
|
|
|
- private String weathe = null;// 适用天气
|
|
|
+ private String weather = null;// 适用天气
|
|
|
|
|
|
@StrNullOrSize(min = 0,max = 255, groups = { CommonParamValidReset.class})
|
|
|
private String temperature = null;// 适用气温(气温范围 如 0~30) 单位℃
|