修改字段

This commit is contained in:
hzj
2024-05-31 13:31:05 +08:00
parent 5d263c4be4
commit 5cf35a39ff
3 changed files with 4 additions and 3 deletions

View File

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

View File

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