Commit 113c0a1b authored by chenzhao's avatar chenzhao

设备类增加 施工单位字段

parent 81fa1b41
......@@ -85,6 +85,8 @@ public class JyjcInspectionApplicationEquipModel extends BaseModel {
@ApiModelProperty(value = "使用单位")
private String useUnitName;
@ApiModelProperty(value = "施工单位")
private String uscUnitName;
@ApiModelProperty(value = "使用单位统一信用代码")
private String useUnitCreditCode;
......
......@@ -80,7 +80,7 @@
ibjri.BRAND_NAME brandName,
ibjri.PRODUCT_NAME productName,
ibjoi.SUPERVISORY_CODE as superVisonryCode,
ibjci.USC_UNIT_NAME as useUnitName,
ibjci.USC_UNIT_NAME as uscUnitName,
ibjfi.PRODUCE_UNIT_NAME as productUnitName,
ibjfi.PRODUCE_DATE as productDate
from
......
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