| | |
| | | /// <summary> |
| | | /// 出站接收单 |
| | | /// </summary> |
| | | public static ApiResult SetStationOutBill(Model.ClsSc_StationOutBillMain omodel) |
| | | public static ApiResult SetStationOutBill(StationOutBillView omodel) |
| | | { |
| | | WebS.WebService1 oWebs = new WebS.WebService1(); |
| | | omodel.HYear = 2021; |
| | |
| | | return dataSet; |
| | | } |
| | | private static ConcurrentDictionary<string,string> dicLock=new System.Collections.Concurrent.ConcurrentDictionary<string,string>();//并发锁 |
| | | public static ApiResult SetOutBill(Model.ClsSc_StationOutBillMain omodel) |
| | | public static ApiResult SetOutBill(StationOutBillView omodel) |
| | | { |
| | | try |
| | | { |