Commit 20b83aaf authored by 单奇雲's avatar 单奇雲

,

parent 3548c749
...@@ -12,7 +12,7 @@ public class WaterResourceParam { ...@@ -12,7 +12,7 @@ public class WaterResourceParam {
@Excel(name = "名称(必填)", orderNum = "1", width = 20) @Excel(name = "名称(必填)", orderNum = "1", width = 20)
private String name; private String name;
@Excel(name = "类型(消火栓_1,消防水池_2,喷淋_3)", replace = {"消火栓_1", "消防水池_2", "喷淋_3"}, orderNum = "3") @Excel(name = "类型(消火栓_1,消防水池_2)", replace = {"消火栓_1", "消防水池_2", "喷淋_3"}, orderNum = "3")
private String type; private String type;
@Excel(name = "三维坐标", orderNum = "4", width = 15) @Excel(name = "三维坐标", orderNum = "4", width = 15)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment