Commit b5603740 authored by lixuan's avatar lixuan

Merge branch 'dev'

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