Commit 5ba45092 authored by lixuan's avatar lixuan

Merge branch 'dev-lx' into dev

parents 0b891ca8 86725401
Pipeline #143615 canceled with stages
...@@ -143,7 +143,9 @@ public class HouseEnums { ...@@ -143,7 +143,9 @@ public class HouseEnums {
B(1, "元/天"), B(1, "元/天"),
C(2, "元/㎡*月"), C(2, "元/㎡*月"),
D(3, "元/月"), D(3, "元/月"),
E(4, "元/年"); E(4, "元/年"),
F(5, "万元/年"),
;
private final int code; private final int code;
private final String desc; private final String desc;
......
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