| | |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseRepository; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.LogHelper; |
| | | |
| | | namespace WIDESEA_BasicService |
| | | { |
| | |
| | | |
| | | public IRepository<Dt_FillingOrder> Repository => BaseDal; |
| | | |
| | | //æ·»å ç½è£
订å |
| | | //æ·»å ç½è£
äºç»´ç |
| | | public WebResponseContent InsertFilling(FillingOrder fillingOrder) |
| | | { |
| | | WebResponseContent content = new WebResponseContent(); |
| | |
| | | Filling.Standby2 = fillingOrder.Standby2; |
| | | |
| | | BaseDal.AddData(Filling); |
| | | LogLock.OutLogAOP("æ¥å£æ¥å¿", new string[] { "æ¥æ¶æ¡ç å¼:", fillingOrder.BarCode }); |
| | | return content; |
| | | } |
| | | } |