合并代码

This commit is contained in:
2023-02-07 09:32:16 +08:00
parent 8930ad8e3c
commit e42575944f

View File

@@ -144,7 +144,6 @@ public class OracleTerminalExcel implements Serializable {
@Excel(name = "母线号", width = 15) @Excel(name = "母线号", width = 15)
@NotNull(message = "母线号不可为空") @NotNull(message = "母线号不可为空")
@Range(min = 1, max = 6, message = "请选择母线号1-6")
private Integer subvNum; private Integer subvNum;
@Excel(name = "母线电压等级", width = 15) @Excel(name = "母线电压等级", width = 15)