Commit 35fc6410 authored by 侯彦文's avatar 侯彦文

进度计划优化提示信息

parent 8b73df52
......@@ -48,7 +48,7 @@ import com.yonde.dex.basedata.entity.users.DxUserVO;
@EqualsAndHashCode(callSuper = true)
@Data
@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_LOGIC_DELETE_EMBEDDABLE_PROP_NAME = "dxLogicDeleteEmbeddable";
......@@ -61,12 +61,6 @@ public class ExtDisReocredLinkVO extends IdOnlyVO implements IdVO ,DxLinkDataVOH
@JsonIgnore
private DxIdVOEmbeddable dxIdEmbeddable;
/**
* 扩展VO属性
*/
@DexEmbedded()
@JsonIgnore
private DxLogicDeleteVOEmbeddable dxLogicDeleteEmbeddable;
/**
* 扩展VO属性
......
......@@ -11,6 +11,6 @@ import com.yonde.dex.logicdelete.plugin.core.service.LogicDeleteService;
* @version: V
* @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> {
}
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