无合同相关代码注释
This commit is contained in:
parent
ece80dab9e
commit
fe6fa7e9e5
|
@ -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() {
|
||||||
}
|
}
|
||||||
|
|
|
@ -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() {
|
||||||
}
|
}
|
||||||
|
|
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue