Commit 787e2444 authored by lixuan's avatar lixuan

feat: 房源

parent 40939529
Pipeline #145128 failed with stages
in 36 minutes and 8 seconds
......@@ -60,8 +60,8 @@ public class HouseResourceExport {
@Excel(name = "工作人员数量")
private Integer workerNumber;
@Excel(name = "注册地是否宜城街道", readConverterExp = "0=否,1=是")
private Integer registrationPlaceFlag;
@Excel(name = "注册地是否宜城街道", readConverterExp = "false=否,true=是")
private Boolean registrationPlaceFlag;
@Excel(name = "注册地址")
private String registeredAddress;
......@@ -69,7 +69,7 @@ public class HouseResourceExport {
@Excel(name = "行业分类")
private String industryClassification;
@Excel(name = "是否规上企业", readConverterExp = "0=否,1=是")
@Excel(name = "是否规上企业", readConverterExp = "false=否,true=是")
private Boolean gs;
@Excel(name = "备注")
......
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