Commit 6830e828 authored by suhuiguang's avatar suhuiguang

1.检验检测单位注册

parent 246aa8c1
...@@ -102,7 +102,7 @@ public class BaseUnitLicenceDto extends BaseDto { ...@@ -102,7 +102,7 @@ public class BaseUnitLicenceDto extends BaseDto {
private String agencyType; private String agencyType;
@ApiModelProperty(value = "机构类别枚举名称,冗余") @ApiModelProperty(value = "机构类别枚举名称,冗余")
private String agencyTypeCode; private String agencyTypeName;
@ApiModelProperty(value = "资质类型编码(检验检测、其他)") @ApiModelProperty(value = "资质类型编码(检验检测、其他)")
private String licenceType; private String licenceType;
......
...@@ -97,7 +97,7 @@ public class TzBaseUnitLicenceDto extends BaseDto { ...@@ -97,7 +97,7 @@ public class TzBaseUnitLicenceDto extends BaseDto {
private String agencyType; private String agencyType;
@ApiModelProperty(value = "机构类别枚举名称,冗余") @ApiModelProperty(value = "机构类别枚举名称,冗余")
private String agencyTypeCode; private String agencyTypeName;
@ApiModelProperty(value = "资质类型编码(检验检测、其他)") @ApiModelProperty(value = "资质类型编码(检验检测、其他)")
private String licenceType; private String licenceType;
......
...@@ -25,6 +25,7 @@ public class BaseUnitLicence extends BaseEntity { ...@@ -25,6 +25,7 @@ public class BaseUnitLicence extends BaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
/** /**
* 单位编码 * 单位编码
*/ */
...@@ -176,7 +177,7 @@ public class BaseUnitLicence extends BaseEntity { ...@@ -176,7 +177,7 @@ public class BaseUnitLicence extends BaseEntity {
private String agencyType; private String agencyType;
@ApiModelProperty(value = "机构类别枚举名称,冗余") @ApiModelProperty(value = "机构类别枚举名称,冗余")
private String agencyTypeCode; private String agencyTypeName;
@ApiModelProperty(value = "资质类型编码(检验检测、其他)") @ApiModelProperty(value = "资质类型编码(检验检测、其他)")
private String licenceType; private String licenceType;
......
...@@ -102,7 +102,7 @@ public class TzBaseUnitLicence extends BaseEntity { ...@@ -102,7 +102,7 @@ public class TzBaseUnitLicence extends BaseEntity {
private String agencyType; private String agencyType;
@ApiModelProperty(value = "机构类别枚举名称,冗余") @ApiModelProperty(value = "机构类别枚举名称,冗余")
private String agencyTypeCode; private String agencyTypeName;
@ApiModelProperty(value = "资质类型编码(检验检测、其他)") @ApiModelProperty(value = "资质类型编码(检验检测、其他)")
private String licenceType; private String licenceType;
......
spring.application.name=TZS-COMMON-tb spring.application.name=TZS-COMMON
server.servlet.context-path=/tcm server.servlet.context-path=/tcm
server.port=11002 server.port=11002
spring.profiles.active=dev spring.profiles.active=dev
......
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