合并代码
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user