Beispiel #1
0
 /// <summary>
 /// 获取查询的所有订单号id
 /// </summary>
 /// <param name="param"></param>
 /// <returns></returns>
 public System.Collections.Generic.List <System.Guid> GetOrderIds(Jinher.AMP.BTP.Deploy.CustomDTO.ExportParamDTO param)
 {
     base.Do(false);
     return(this.GetOrderIdsExt(param));
 }
Beispiel #2
0
        /// <summary>
        /// 导出订单数据
        /// </summary>ExportResult
        /// <param name="param"></param>

        /// <returns></returns>
        public System.Collections.Generic.List <Jinher.AMP.BTP.Deploy.CustomDTO.ExportResultDTO> ExportResult1(Jinher.AMP.BTP.Deploy.CustomDTO.ExportParamDTO param)
        {
            base.Do(false);
            return(this.ExportResult1Ext(param));
        }