parent
f1424749bc
commit
885125440a
|
@ -20,7 +20,8 @@ import java.math.BigDecimal;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 单据操作插件
|
* 付款单保存操作插件
|
||||||
|
* 修复付款单和票据关联关系
|
||||||
*/
|
*/
|
||||||
public class PaymentLinkNotesSave extends AbstractOperationServicePlugIn implements Plugin {
|
public class PaymentLinkNotesSave extends AbstractOperationServicePlugIn implements Plugin {
|
||||||
private static final Log logger = LogFactory.getLog(PaymentLinkNotesSave.class);
|
private static final Log logger = LogFactory.getLog(PaymentLinkNotesSave.class);
|
||||||
|
|
|
@ -15,8 +15,8 @@ import kd.sdk.plugin.Plugin;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 单据操作插件
|
* 付款处理审核操作插件
|
||||||
* 修复付款单和应收票据关联关系
|
* 审核完成,执行确认背书
|
||||||
*/
|
*/
|
||||||
public class PaymentSlipAssociationFixed extends AbstractOperationServicePlugIn implements Plugin {
|
public class PaymentSlipAssociationFixed extends AbstractOperationServicePlugIn implements Plugin {
|
||||||
private static final Log logger = LogFactory.getLog(PaymentSlipAssociationFixed.class);
|
private static final Log logger = LogFactory.getLog(PaymentSlipAssociationFixed.class);
|
||||||
|
|
Loading…
Reference in New Issue