nc.bs.gl.reconcile.notrecdetail.AbsNotRecDetailGen
String pk_group = AccountBookUtil.getPkGruopByAccountingBookPK(desDetail.getPk_accountingbook());
//根据辅助 创建辅助信息
String newAssid = GLPubProxy.getRemoteFreevaluePub().getAssID(desAss, Boolean.TRUE,pk_group, Module.GL);
//凭证分录赋值辅助ID
desDetail.setAssid(newAssid);
//设置辅助信息
desDetail.setAss(GLPubProxy.getRemoteFreevaluePub().queryAssvosByid(newAssid, Module.GL));