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

供应商管理

parent 5e862e97
...@@ -27,7 +27,7 @@ import java.time.LocalDateTime; ...@@ -27,7 +27,7 @@ import java.time.LocalDateTime;
* @description: ExtSupplierManage-PO实体 * @description: ExtSupplierManage-PO实体
* @author: dexadmin * @author: dexadmin
* @version: V * @version: V
* @date: 2024-9-18 15:26:16 * @date: 2024-9-19 11:25:51
**/ **/
@Entity @Entity
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
...@@ -73,37 +73,37 @@ public class ExtSupplierManage extends IdOnlyEntity implements DxObjFileLinkHold ...@@ -73,37 +73,37 @@ public class ExtSupplierManage extends IdOnlyEntity implements DxObjFileLinkHold
@Embedded() @Embedded()
private DxSecretEmbeddable dxSecretEmbeddable; 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 ...@@ -112,14 +112,6 @@ public class ExtSupplierManage extends IdOnlyEntity implements DxObjFileLinkHold
* 注册时间 * 注册时间
*/ */
private LocalDateTime registrationTime; 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