| | |
| | | using AutoMapper; |
| | | using WIDESEA_Common.StockEnum; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseRepository; |
| | | using WIDESEA_Core.BaseServices; |
| | | using WIDESEA_IStockService; |
| | |
| | | _mapper = mapper; |
| | | } |
| | | |
| | | /*public WebResponseContent AddStockInfo(string PalletCode, int PalletType, int WarehouseId) |
| | | { |
| | | WebResponseContent webResponse=new WebResponseContent(); |
| | | try |
| | | { |
| | | Dt_StockInfo dt_StockInfo = new Dt_StockInfo(); |
| | | dt_StockInfo.PalletCode = PalletCode; |
| | | dt_StockInfo.PalletType = PalletType; |
| | | dt_StockInfo.WarehouseId = WarehouseId; |
| | | dt_StockInfo.StockStatus = (int)StockStatusEmun.å
¥åºä¸; |
| | | dt_StockInfo.Creater = "MWS"; |
| | | dt_StockInfo.CreateDate = DateTime.Now; |
| | | BaseDal.AddData(dt_StockInfo); |
| | | return webResponse.OK(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return webResponse.Error($"åºåæ·»å é误ï¼åå ï¼{ex.Message}"); |
| | | } |
| | | }*/ |
| | | } |
| | | } |