示例#1
0
 public int Update_SalesOrderState_ConfirmNew(Guid orderID)
 {
     return(so.Update_SalesOrderState_ConfirmNew(orderID));
 }