Commit a1a3e19b authored by yangyang's avatar yangyang

fix(检验业务开通):1.单位许可信息DTO字段缺失

parent 92cf4c0e
...@@ -94,5 +94,12 @@ public class TzBaseUnitLicenceDto extends BaseDto { ...@@ -94,5 +94,12 @@ public class TzBaseUnitLicenceDto extends BaseDto {
@ApiModelProperty(value = "固定检验地址") @ApiModelProperty(value = "固定检验地址")
private String itemAddress; private String itemAddress;
@ApiModelProperty(value = "机构类别枚举")
private String agencyType;
@ApiModelProperty(value = "机构类别枚举名称,冗余")
private String agencyTypeName;
@ApiModelProperty(value = "资质类型编码(检验检测、其他)")
private String licenceType;
} }
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