| | |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "TYPEA")] |
| | | public string? Typea { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 推送时间 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "TS_DATE")] |
| | | public DateTime? TsDate { get; set; } |
| | | } |
| | |
| | | Reasonforrework = dto.FReasonForRework, |
| | | Isforcewholeset = dto.FIsForceWholeSet, |
| | | PREVMO = dto.FPrevMO, |
| | | TsDate = DateTime.Now, |
| | | Typea = dto.TypeA |
| | | }; |
| | | |
| | |
| | | private readonly WomdaaManager m = new(); |
| | | |
| | | private readonly MessageCenterManager _manager = new(); |
| | | |
| | | |
| | | private readonly string METHOD = "POST"; |
| | | |
| | | private readonly string TableName = "womdaa"; |
| | |
| | | entity.TableName = TableName; |
| | | entity.Url = URL + "Save"; |
| | | entity.Method = METHOD; |
| | | entity.PageName = rohIn.ErpCaa.FBillNo; |
| | | entity.Data = JsonConvert.SerializeObject(rohIn); |
| | | entity.Status = 1; |
| | | entity.CreateBy = "PL017"; |
| | |
| | | resultInfos.tbBillList = save; |
| | | |
| | | entity.Result = 0; |
| | | if (save) entity.Result = 1; |
| | | if (save) entity.Result = 1; |
| | | |
| | | entity.DealWith = 1; |
| | | _manager.save(entity); |