移动系统liao
2024-06-13 80aa425c4ca51f7c0224a6245968cdd08940321b
CoreCms.Net.IServices/Bill/ICoreCmsBillDeliveryServices.cs
@@ -1,7 +1,7 @@
/***********************************************************************
 *            Project: CoreCms
 *            Project: baifenBinfa
 *        ProjectName: 百分兵法管理系统                               
 *                Web: hhtp://chuanyin.com
 *                Web: http://chuanyin.com
 *             Author:                                        
 *              Email:                               
 *         CreateTime: 202403/02   
@@ -38,7 +38,7 @@
        /// <returns></returns>
        Task<WebApiCallBack> BatchShip(string[] orderId, string logiCode, string logiNo, Dictionary<int, int> items,
            int storeId = 0, string shipName = "", string shipMobile = "", int shipAreaId = 0, string shipAddress = "",
            string memo = "", string deliveryCompanyId = "");
            string memo = "", string deliveryCompanyId = "", int? sendDistributionID = null);
        /// <summary>
@@ -58,7 +58,7 @@
        /// <returns></returns>
        Task<WebApiCallBack> Ship(string orderId, string logiCode, string logiNo, Dictionary<int, int> items,
            int storeId = 0, string shipName = "", string shipMobile = "", int shipAreaId = 0, string shipAddress = "",
            string memo = "", string deliveryCompanyId = "");
            string memo = "", string deliveryCompanyId = "", int? sendDistributionID = null);
        /// <summary>