|
|
@@ -303,7 +303,10 @@ public class SmsLotCheckCustomerDataAndLog {
|
|
|
private String priceTableResultIs;
|
|
|
@Excel(name = "其他材料上传资料是否整改过", width = 15)
|
|
|
private String commitmentResultIs;
|
|
|
-
|
|
|
+ @ApiModelProperty(value = "合同是否长期")
|
|
|
+ private String contractDateIs;
|
|
|
+ @ApiModelProperty(value = "营业执照有效期是否长期")
|
|
|
+ private String businessLicenseDateIs;
|
|
|
@Excel(name = "整改历史", width = 40)
|
|
|
private String zgShow;
|
|
|
}
|