修改字段名称
This commit is contained in:
@@ -36,7 +36,7 @@ public class SupervisionTempDeviceReportParam {
|
||||
* 0 关联系统内变电站;1用户手动输入变电站
|
||||
*/
|
||||
@ApiModelProperty(value = " 0 关联系统内变电站;1用户手动输入变电站")
|
||||
private Integer customSubstaionflag;
|
||||
private Integer customSubstationFlag;
|
||||
|
||||
/**
|
||||
* 所属变电站
|
||||
|
||||
@@ -35,8 +35,8 @@ public class SupervisionTempDeviceReport {
|
||||
/**
|
||||
* 0 关联系统内变电站;1用户手动输入变电站
|
||||
*/
|
||||
@TableField(value = "custom_substaion_flag")
|
||||
private Integer customSubstaionflag;
|
||||
@TableField(value = "custom_substation_flag")
|
||||
private Integer customSubstationFlag;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user