摘要:
public List getMissList(MISSINGISTEMS missingistems) throws Exception { List result = null; SqlCommand command = null; command = new SqlCommand(MISSINGISTEMSSql.getMissList); result = ... 阅读全文
摘要:
public int modifyMiss(RESINFO bean, List missings, List missList) throws Exception { int result = StatusType.DEFAULT ; RESINFO resinfo = new RESINFO(); resinfo.setID(bean.getID()); ... 阅读全文