BOS代码中实例化dep分录实体对象原创
金蝶云社区-zhiwei_xing
zhiwei_xing
4人赞赏了该文章 647次浏览 未经作者许可,禁止转载编辑于2021年03月07日 22:58:40

//实例化必要代码

BillEntryCustomInfo entryInfo= new BillEntryCustomInfo();

entryInfo.setBOSType(BOSObjectType.create("8297EB5F"));//分录元数据bostype

entryInfo.setPK(MetaDataPK.create("com.kingdee.eas.cp.bc.app.bizOutAcctBillEntry"));//分录元数据PK

entryInfo.setPKField("id");



赞 4