Commit 7afa4d1f authored by 侯彦文's avatar 侯彦文

供应商管理

parent 5e862e97
......@@ -27,7 +27,7 @@ import java.time.LocalDateTime;
* @description: ExtSupplierManage-PO实体
* @author: dexadmin
* @version: V
* @date: 2024-9-18 15:26:16
* @date: 2024-9-19 11:25:51
**/
@Entity
@EqualsAndHashCode(callSuper = true)
......@@ -73,37 +73,37 @@ public class ExtSupplierManage extends IdOnlyEntity implements DxObjFileLinkHold
@Embedded()
private DxSecretEmbeddable dxSecretEmbeddable;
/**
* 保密资质证书编号
* 名录有效期
*/
private String cqcNumber;
private String directoryValidity;
/**
* 保密资质证书有效期
* 文档的id
*/
private String cqcValidityTime;
private Long extCqmId;
/**
* 承制资格证书
* 文档的类型
*/
private String cqmNumber;
private String extCqmIdType;
/**
* 承制资格证书有效期
* 文档的id
*/
private LocalDateTime cqmValidityTime;
private Long extOtherId;
/**
* 名录有效期
* 文档的类型
*/
private String directoryValidity;
private String extOtherIdType;
/**
* 经营类别
* 文档的id
*/
private String operateType;
private Long extPotentialId;
/**
* 质量体系证书编号
* 文档的类型
*/
private String qscNumber;
private String extPotentialIdType;
/**
* 质量体系有效期
* 经营类别
*/
private LocalDateTime qscValidityTime;
private String operateType;
/**
* 注册资金
*/
......@@ -112,14 +112,6 @@ public class ExtSupplierManage extends IdOnlyEntity implements DxObjFileLinkHold
* 注册时间
*/
private LocalDateTime registrationTime;
/**
* 科研许可证编号
*/
private String studyPermitNumber;
/**
* 科研许可证有效期
*/
private LocalDateTime studyPermitTime;
/**
* 供方地址
*/
......
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