Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dex-basic-service-expand
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
dex-basic-service-expand
Commits
691b15c7
Commit
691b15c7
authored
Oct 17, 2024
by
wangyangyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目:加基础属性 项目分类
parent
304f8e61
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
DxContextVOExpand.java
...om/yonde/dex/context/expand/entity/DxContextVOExpand.java
+7
-1
DxContextExpand.java
.../com/yonde/dex/context/expand/entity/DxContextExpand.java
+5
-1
No files found.
dex-basic-service-expand-common/src/main/java/com/yonde/dex/context/expand/entity/DxContextVOExpand.java
View file @
691b15c7
...
...
@@ -25,7 +25,7 @@ import com.yonde.dex.dfs.objfilelink.plugin.common.entity.DxObjFileLinkVOEmbedda
* @description: DxContext-VOExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-
9-20 10:26:39
* @date: 2024-
10-17 13:59:35
**/
@EqualsAndHashCode
@Data
...
...
@@ -49,6 +49,7 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser
public
static
final
String
MANAGER_ORG_ID_TYPE_PROP_NAME
=
"managerOrgIdType"
;
public
static
final
String
NUMBER_PROP_NAME
=
"number"
;
public
static
final
String
PRO_TYPE_PROP_NAME
=
"proType"
;
public
static
final
String
PROJECT_CLASS_PROP_NAME
=
"projectClass"
;
public
static
final
String
START_TIME_PROP_NAME
=
"startTime"
;
public
static
final
String
TOTAL_BUDGET_PROP_NAME
=
"totalBudget"
;
...
...
@@ -154,6 +155,11 @@ public class DxContextVOExpand<V extends DxContextVOPluginExpand> implements Ser
*/
private
String
proType
;
/**
* 项目分类
*/
private
String
projectClass
;
/**
* 计划开始时间
*/
...
...
dex-basic-service-expand-entity/src/main/java/com/yonde/dex/context/expand/entity/DxContextExpand.java
View file @
691b15c7
...
...
@@ -19,7 +19,7 @@ import com.yonde.dex.secretcode.plugin.entities.DxSecretEmbeddable;
* @description: DxContext-POExpand扩展实体
* @author: dexadmin
* @version: V
* @date: 2024-
9-20 10:26:39
* @date: 2024-
10-17 13:59:35
**/
@ToString
@Embeddable
...
...
@@ -88,6 +88,10 @@ public class DxContextExpand implements Serializable{
*/
private
String
proType
;
/**
* 项目分类
*/
private
String
projectClass
;
/**
* 计划开始时间
*/
private
LocalDateTime
startTime
;
...
...
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