diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentLinkNotesSave.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentLinkNotesSave.java index eba7152..ff84516 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentLinkNotesSave.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentLinkNotesSave.java @@ -20,7 +20,8 @@ import java.math.BigDecimal; import java.util.Date; /** - * 单据操作插件 + * 付款单保存操作插件 + * 修复付款单和票据关联关系 */ public class PaymentLinkNotesSave extends AbstractOperationServicePlugIn implements Plugin { private static final Log logger = LogFactory.getLog(PaymentLinkNotesSave.class); diff --git a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentSlipAssociationFixed.java b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentSlipAssociationFixed.java index d35dd9c..011364e 100644 --- a/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentSlipAssociationFixed.java +++ b/sys/shkd-sys-sys/src/main/java/shkd/sys/sys/plugin/operation/PaymentSlipAssociationFixed.java @@ -15,8 +15,8 @@ import kd.sdk.plugin.Plugin; import java.util.List; /** - * 单据操作插件 - * 修复付款单和应收票据关联关系 + * 付款处理审核操作插件 + * 审核完成,执行确认背书 */ public class PaymentSlipAssociationFixed extends AbstractOperationServicePlugIn implements Plugin { private static final Log logger = LogFactory.getLog(PaymentSlipAssociationFixed.class);