海南bug修改提交

This commit is contained in:
hzj
2025-12-23 11:40:18 +08:00
parent e0f1e314a4
commit 917e3fb2d5
16 changed files with 89 additions and 42 deletions

View File

@@ -54,7 +54,7 @@ public class SensitiveReportExcel implements Serializable {
// private String orgId;
@Excel(name = "工程预期投产日期(yyyy-MM-dd)", width = 30)
@Excel(name = "*工程预期投产日期(yyyy-MM-dd)", width = 30)
private String expectedProductionDate;
@Excel(name = "电压等级", width = 30)

View File

@@ -57,7 +57,7 @@ public class SensitiveUserSExcel implements Serializable {
// private String orgId;
@Excel(name = "工程预期投产日期(yyyy-MM-dd)", width = 30)
@Excel(name = "*工程预期投产日期(yyyy-MM-dd)", width = 30)
@NotBlank(message = "工程预期投产日期不能为空")
private String expectedProductionDate;

View File

@@ -209,14 +209,14 @@ public class SupervisionDevMainReportExcel {
private String timeSyncFunction = "0";
/**
* 电功能
* 电功能
*/
@Excel(name = "电度功能", width = 30, replace = {"关闭_0", "开启_1"})
private String electroplatingFunction = "0";
/**
* 召标志
* 召标志
*/
@Excel(name = "召唤标志", width = 30, replace = {"周期触发_0", "变位触发_1"})
private String summonFlag = "0";

View File

@@ -206,9 +206,9 @@ public class SupervisionTempDeviceReportParam {
private Integer timeSyncFunction;
/**
* 电功能
* 电功能
*/
@ApiModelProperty(value="功能")
@ApiModelProperty(value="功能")
private Integer electroplatingFunction;
/**
@@ -218,9 +218,9 @@ public class SupervisionTempDeviceReportParam {
private String monitoringDeviceInstallationPosition;
/**
* 召标志
* 召标志
*/
@ApiModelProperty(value="标志")
@ApiModelProperty(value="标志")
private String summonFlag;
/**

View File

@@ -204,7 +204,7 @@ public class SupervisionTempDeviceReport {
private Integer timeSyncFunction;
/**
* 电功能
* 电功能
*/
@TableField(value = "electroplating_function")
private Integer electroplatingFunction;
@@ -216,7 +216,7 @@ public class SupervisionTempDeviceReport {
private String monitoringDeviceInstallationPosition;
/**
* 召标志
* 召标志
*/
@TableField(value = "summon_flag")
private String summonFlag;