| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "SEND_JSON")] |
| | | public string? SendJson { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "RTN_JSON")] |
| | | public string? RtnJson { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 是否发送erp |
| | | /// 是否发送erp |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "IS_ERP")] |
| | | public bool? IsErp { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 发送结果 |
| | | /// 发送结果 |
| | | /// </summary> |
| | | [SugarColumn(ColumnName = "IS_SUCCESS")] |
| | | public bool? IsSuccess { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 行颜色0正常,1红色 |
| | | /// 行颜色0正常,1红色 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public int? isRed { get; set; } |
| | | |
| | | [SugarColumn(IsIgnore = true)] public int? isRed { get; set; } |
| | | /// <summary> |
| | | /// 发送erp结果 |
| | | /// 发送erp结果 |
| | | /// </summary> |
| | | [SugarColumn(IsIgnore = true)] |
| | | public string? isErpDetail { get; set; } |
| | | [SugarColumn(IsIgnore = true)] public string? isErpDetail { get; set; } |
| | | } |