update
This commit is contained in:
@ -100,4 +100,5 @@ public class UpdateLngBDocCpDto implements Serializable {
|
||||
private Long tenantId;
|
||||
|
||||
|
||||
private String docTypeCode;
|
||||
}
|
||||
|
||||
@ -39,6 +39,12 @@ public class LngCustomerDocVo {
|
||||
@ApiModelProperty("资质证书类型")
|
||||
private String docTypeCode;
|
||||
|
||||
/**
|
||||
* 资质证书类型
|
||||
*/
|
||||
@ApiModelProperty("资质证书类型名称")
|
||||
private String docTypeName;
|
||||
|
||||
|
||||
/**
|
||||
* 资质证书编号
|
||||
|
||||
@ -39,6 +39,12 @@ public class LngSupplierDocVo {
|
||||
@ApiModelProperty("资质证书类型")
|
||||
private String docTypeCode;
|
||||
|
||||
/**
|
||||
* 资质证书类型
|
||||
*/
|
||||
@ApiModelProperty("资质证书名称")
|
||||
private String docTypeName;
|
||||
|
||||
|
||||
/**
|
||||
* 资质证书编号
|
||||
|
||||
Reference in New Issue
Block a user