This commit is contained in:
2022-08-03 16:53:24 +08:00
parent 314380cd74
commit ba88da6982
40 changed files with 324 additions and 164 deletions

View File

@@ -20,7 +20,7 @@ public class PlatformExcel {
@Excel(name = "站台编码")
private String code;
@Excel(name = "站台分组")
private String group;
private String platformGroup;
@Excel(name = "1 可用0 不可用")
private Integer status;
@Excel(name = "备注")