无合同相关代码注释

This commit is contained in:
哈哈哈丿 2025-07-02 17:13:37 +08:00
parent ece80dab9e
commit fe6fa7e9e5
3 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,8 @@ import kd.ec.ecpf.opplugin.PaymentApplyInvoiceValidatorExt;
/* /*
* 付款申请单提交操作校验更改 * 付款申请单提交操作校验更改
*/ */
@Deprecated
//无合同相关移除
public class PaymentApplyInvoiceValidateOpExt extends AbstractOperationServicePlugIn { public class PaymentApplyInvoiceValidateOpExt extends AbstractOperationServicePlugIn {
public PaymentApplyInvoiceValidateOpExt() { public PaymentApplyInvoiceValidateOpExt() {
} }

View File

@ -26,7 +26,8 @@ import kd.bos.servicehelper.operation.SaveServiceHelper;
import kd.ec.basedata.common.enums.PlanAmtTypeEnum; import kd.ec.basedata.common.enums.PlanAmtTypeEnum;
import kd.ec.contract.opplugin.fund.validator.*; import kd.ec.contract.opplugin.fund.validator.*;
//付款申请单二开系统插件提交审核反审核操作注册的系统插件 @Deprecated
//无合同场景取消此类无用
public class PaymentApplyFundOpExt extends AbstractOperationServicePlugIn { public class PaymentApplyFundOpExt extends AbstractOperationServicePlugIn {
public PaymentApplyFundOpExt() { public PaymentApplyFundOpExt() {
} }

View File

@ -22,6 +22,8 @@ import kd.bos.orm.query.QFilter;
import kd.bos.servicehelper.QueryServiceHelper; import kd.bos.servicehelper.QueryServiceHelper;
import kd.ec.basedata.common.enums.ContractStatusEnum; import kd.ec.basedata.common.enums.ContractStatusEnum;
@Deprecated
//无合同付款相关移除
//付款申请单提交操作插件 //付款申请单提交操作插件
public class PaymentContSubmitOpExt extends AbstractOperationServicePlugIn { public class PaymentContSubmitOpExt extends AbstractOperationServicePlugIn {
public PaymentContSubmitOpExt() { public PaymentContSubmitOpExt() {