修改字段名称

This commit is contained in:
2024-06-07 11:21:21 +08:00
parent 0c70285540
commit 5073226d11
3 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ public class SupervisionTempDeviceReportParam {
* 0 关联系统内变电站;1用户手动输入变电站
*/
@ApiModelProperty(value = " 0 关联系统内变电站;1用户手动输入变电站")
private Integer customSubstaionflag;
private Integer customSubstationFlag;
/**
* 所属变电站

View File

@@ -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;
/**