清除没用的import
This commit is contained in:
parent
66caff6a37
commit
d837302e62
|
|
@ -4,7 +4,6 @@ import kd.bos.dataentity.entity.DynamicObject;
|
|||
import kd.bos.dataentity.entity.DynamicObjectCollection;
|
||||
import kd.bos.form.FormShowParameter;
|
||||
import kd.bos.form.events.SetFilterEvent;
|
||||
import kd.bos.form.plugin.AbstractFormPlugin;
|
||||
import kd.bos.list.plugin.AbstractListPlugin;
|
||||
import kd.bos.orm.query.QCP;
|
||||
import kd.bos.orm.query.QFilter;
|
||||
|
|
|
|||
|
|
@ -2,9 +2,6 @@ package kdsz.zyf25.tmc.cfm.plugin.form.cdm;
|
|||
|
||||
import kd.bos.bill.AbstractBillPlugIn;
|
||||
import kd.bos.dataentity.entity.DynamicObject;
|
||||
import kd.bos.dataentity.entity.DynamicObjectCollection;
|
||||
import kd.bos.entity.datamodel.events.ChangeData;
|
||||
import kd.bos.entity.datamodel.events.PropertyChangedArgs;
|
||||
import kd.bos.form.FormShowParameter;
|
||||
import kd.bos.form.field.BasedataEdit;
|
||||
import kd.bos.form.field.events.BeforeF7SelectEvent;
|
||||
|
|
@ -16,11 +13,7 @@ import kd.bos.servicehelper.BusinessDataServiceHelper;
|
|||
import kd.sdk.plugin.Plugin;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collection;
|
||||
import java.util.EventObject;
|
||||
import java.util.HashMap;
|
||||
|
||||
/**
|
||||
* 票据管理:开票/收票登记、开票申请,票据类型根据单据发布应用决定票据类型过滤、默认票据类型
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
package kdsz.zyf25.tmc.cfm.plugin.form.cdm;
|
||||
|
||||
import kd.bos.bill.AbstractBillPlugIn;
|
||||
import kd.bos.entity.datamodel.events.ChangeData;
|
||||
import kd.bos.entity.datamodel.events.PropertyChangedArgs;
|
||||
import kd.sdk.plugin.Plugin;
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ public class CdmInterestAccrualPlugin extends AbstractOperationServicePlugIn imp
|
|||
if (jxBill == null)continue;
|
||||
DynamicObject payEntry = payEntries.addNew();
|
||||
payEntry.set("seq", ++size);
|
||||
payEntry.set("kdsz_interestbill",successPkId);
|
||||
payEntry.set("kdsz_interestbill",jxBill);
|
||||
payEntry.set("kdsz_interestbillno",jxBill.getString("billno"));
|
||||
payEntry.set("kdsz_interestbillid",successPkId);
|
||||
payEntry.set("kdsz_valuedate",jxBill.getDate("kdsz_valuedate"));
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ package kdsz.zyf25.tmc.cfm.plugin.operate;
|
|||
import kd.bos.dataentity.entity.DynamicObject;
|
||||
import kd.bos.dataentity.entity.DynamicObjectCollection;
|
||||
import kd.bos.entity.ExtendedDataEntity;
|
||||
import kd.bos.entity.filter.QFilterDto;
|
||||
import kd.bos.entity.plugin.AbstractOperationServicePlugIn;
|
||||
import kd.bos.entity.plugin.AddValidatorsEventArgs;
|
||||
import kd.bos.entity.plugin.PreparePropertysEventArgs;
|
||||
|
|
|
|||
Loading…
Reference in New Issue