Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dcs-plan
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
INET-TWO
server
dcs-plan
Commits
7afa4d1f
Commit
7afa4d1f
authored
Sep 19, 2024
by
侯彦文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
供应商管理
parent
5e862e97
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
139 additions
and
115 deletions
+139
-115
ExtSupplierManageVO.java
...ava/com/yonde/dcs/plan/common/vo/ExtSupplierManageVO.java
+122
-90
ExtSupplierManage.java
.../java/com/yonde/dcs/plan/entity/po/ExtSupplierManage.java
+17
-25
No files found.
dcs-plan-common/src/main/java/com/yonde/dcs/plan/common/vo/ExtSupplierManageVO.java
View file @
7afa4d1f
This diff is collapsed.
Click to expand it.
dcs-plan-entity/src/main/java/com/yonde/dcs/plan/entity/po/ExtSupplierManage.java
View file @
7afa4d1f
...
...
@@ -27,7 +27,7 @@ import java.time.LocalDateTime;
* @description: ExtSupplierManage-PO实体
* @author: dexadmin
* @version: V
* @date: 2024-9-1
8 15:26:16
* @date: 2024-9-1
9 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
Lo
calDateTime
cqmValidityTime
;
private
Lo
ng
extOtherId
;
/**
*
名录有效期
*
文档的类型
*/
private
String
directoryValidity
;
private
String
extOtherIdType
;
/**
*
经营类别
*
文档的id
*/
private
String
operateType
;
private
Long
extPotentialId
;
/**
*
质量体系证书编号
*
文档的类型
*/
private
String
qscNumber
;
private
String
extPotentialIdType
;
/**
*
质量体系有效期
*
经营类别
*/
private
LocalDateTime
qscValidityTim
e
;
private
String
operateTyp
e
;
/**
* 注册资金
*/
...
...
@@ -112,14 +112,6 @@ public class ExtSupplierManage extends IdOnlyEntity implements DxObjFileLinkHold
* 注册时间
*/
private
LocalDateTime
registrationTime
;
/**
* 科研许可证编号
*/
private
String
studyPermitNumber
;
/**
* 科研许可证有效期
*/
private
LocalDateTime
studyPermitTime
;
/**
* 供方地址
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment