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
35fc6410
Commit
35fc6410
authored
Oct 22, 2024
by
侯彦文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进度计划优化提示信息
parent
8b73df52
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
ExtDisReocredLinkVO.java
...ava/com/yonde/dcs/plan/common/vo/ExtDisReocredLinkVO.java
+1
-7
ExtDisReocredLinkServiceShadow.java
...n/core/service/shadow/ExtDisReocredLinkServiceShadow.java
+1
-1
No files found.
dcs-plan-common/src/main/java/com/yonde/dcs/plan/common/vo/ExtDisReocredLinkVO.java
View file @
35fc6410
...
@@ -48,7 +48,7 @@ import com.yonde.dex.basedata.entity.users.DxUserVO;
...
@@ -48,7 +48,7 @@ import com.yonde.dex.basedata.entity.users.DxUserVO;
@EqualsAndHashCode
(
callSuper
=
true
)
@EqualsAndHashCode
(
callSuper
=
true
)
@Data
@Data
@ToString
(
callSuper
=
true
)
@ToString
(
callSuper
=
true
)
public
class
ExtDisReocredLinkVO
extends
IdOnlyVO
implements
IdVO
,
DxLinkDataVOHolder
<
ExtDistributeRecordVO
,
IdOnlyVO
>
,
DxLogicDeleteVOHolder
{
public
class
ExtDisReocredLinkVO
extends
IdOnlyVO
implements
IdVO
,
DxLinkDataVOHolder
<
ExtDistributeRecordVO
,
IdOnlyVO
>{
public
static
final
String
DX_ID_EMBEDDABLE_PROP_NAME
=
"dxIdEmbeddable"
;
public
static
final
String
DX_ID_EMBEDDABLE_PROP_NAME
=
"dxIdEmbeddable"
;
public
static
final
String
DX_LOGIC_DELETE_EMBEDDABLE_PROP_NAME
=
"dxLogicDeleteEmbeddable"
;
public
static
final
String
DX_LOGIC_DELETE_EMBEDDABLE_PROP_NAME
=
"dxLogicDeleteEmbeddable"
;
...
@@ -61,12 +61,6 @@ public class ExtDisReocredLinkVO extends IdOnlyVO implements IdVO ,DxLinkDataVOH
...
@@ -61,12 +61,6 @@ public class ExtDisReocredLinkVO extends IdOnlyVO implements IdVO ,DxLinkDataVOH
@JsonIgnore
@JsonIgnore
private
DxIdVOEmbeddable
dxIdEmbeddable
;
private
DxIdVOEmbeddable
dxIdEmbeddable
;
/**
* 扩展VO属性
*/
@DexEmbedded
()
@JsonIgnore
private
DxLogicDeleteVOEmbeddable
dxLogicDeleteEmbeddable
;
/**
/**
* 扩展VO属性
* 扩展VO属性
...
...
dcs-plan-core/src/main/java/com/yonde/dcs/plan/core/service/shadow/ExtDisReocredLinkServiceShadow.java
View file @
35fc6410
...
@@ -11,6 +11,6 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService;
...
@@ -11,6 +11,6 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService;
* @version: V
* @version: V
* @date: 2024-7-26 9:34:06
* @date: 2024-7-26 9:34:06
**/
**/
public
interface
ExtDisReocredLinkServiceShadow
<
V
extends
ExtDisReocredLinkVO
>
extends
ExtDisReocredLinkServiceFeign
<
V
>,
BaseIdEntityService
<
V
>
,
LogicDeleteService
<
V
>
,
DxLinkDataService
<
V
>
{
public
interface
ExtDisReocredLinkServiceShadow
<
V
extends
ExtDisReocredLinkVO
>
extends
ExtDisReocredLinkServiceFeign
<
V
>,
BaseIdEntityService
<
V
>
,
DxLinkDataService
<
V
>
{
}
}
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