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
af701aa3
Commit
af701aa3
authored
Oct 29, 2024
by
wangqiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改标准的数据类型
parent
d453e53b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
ExtStandardVO.java
...main/java/com/yonde/dcs/plan/common/vo/ExtStandardVO.java
+2
-2
ExtStandard.java
...c/main/java/com/yonde/dcs/plan/entity/po/ExtStandard.java
+2
-2
No files found.
dcs-plan-common/src/main/java/com/yonde/dcs/plan/common/vo/ExtStandardVO.java
View file @
af701aa3
...
@@ -142,12 +142,12 @@ public class ExtStandardVO extends IdOnlyVO implements IdVO ,DxContextVOHolder ,
...
@@ -142,12 +142,12 @@ public class ExtStandardVO extends IdOnlyVO implements IdVO ,DxContextVOHolder ,
/**
/**
* 发布单位
* 发布单位
*/
*/
private
Integer
releaseOrganization
;
private
Long
releaseOrganization
;
/**
/**
* 标准分类
* 标准分类
*/
*/
private
Integer
standardClassify
;
private
String
standardClassify
;
/**
/**
* 标准内容
* 标准内容
...
...
dcs-plan-entity/src/main/java/com/yonde/dcs/plan/entity/po/ExtStandard.java
View file @
af701aa3
...
@@ -109,11 +109,11 @@ public class ExtStandard extends IdOnlyEntity implements DxContextHolder ,DxObjF
...
@@ -109,11 +109,11 @@ public class ExtStandard extends IdOnlyEntity implements DxContextHolder ,DxObjF
/**
/**
* 发布单位
* 发布单位
*/
*/
private
Integer
releaseOrganization
;
private
Long
releaseOrganization
;
/**
/**
* 标准分类
* 标准分类
*/
*/
private
Integer
standardClassify
;
private
String
standardClassify
;
/**
/**
* 标准内容
* 标准内容
*/
*/
...
...
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