服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-08-04 0fdd0687f116ac43f7432227dfaa2ebc2f696575
Tiger.IBusiness/WMS/MengQi/IMqSNData.cs
@@ -15,5 +15,6 @@
        public Task<ApiAction<PageAble<SNData_His>>> GetSNDataHis(PageAble<SNData_His> pageList);
        public Task<ApiAction<List<SNData_His>>> GetAllSNDataHis(SNDataWhere where);
        public Task<ApiAction<List<SNData>>> GetAllSNData(SNDataWhere where);
        public Task<ApiAction> ReturnWhole(string deliveryNo);
    }
}