/// <summary> /// 获取待申报的订单 /// </summary> /// <returns></returns> public List <WaitDeclareSO> GetWaitDeclareSO() { return(SODA.GetWaitDeclareSO()); }