后台执行单据动作

执行单据动作代码: // 组装VO,表头表体VO要使用NC系统默认的VO,自建VO不匹配 TeardownBillVO tvo = new TeardownBillVO(); tvo.setParentVO(theadVO); // 表体VO是List集合要转成数组 tvo.setChildrenVO(tbodyList.toArray(new TeardownBillBodyVO[0])); /
相关文章
相关标签/搜索