pms代码调整

This commit is contained in:
2023-06-13 13:39:46 +08:00
parent 172eaf70b2
commit 7e666daa7a
10 changed files with 459 additions and 96 deletions

View File

@@ -159,7 +159,7 @@ public class OracleTerminalExcel implements Serializable {
@Excel(name = "监测点名称", width = 15)
@NotBlank(message = "监测点名称不可为空")
@Pattern(regexp = PatternRegex.DEV_NAME_REGEX, message = "监测点名称违规")
private String lineName;
@Excel(name = "监测点线路号", width = 15)