运踪补充箱型

master
zhangxiaofeng 4 months ago
parent 69f52de4d3
commit ae4926d6d0

@ -237,6 +237,7 @@ namespace EntrustSettle.Api.Controllers
var ctnList = await billtraceCtnService.Query(x => x.PID == order.BilltraceGid, x => new CtnBilltraceDto()
{
CtnAll = x.CTNALL,
Cntrno = x.CNTRNO,
FanKongTime = x.TimeFanKong,
StockpilingDays = x.StoreDays,

@ -64,7 +64,7 @@
}
},
"RecordAccessLogs": {
"Enabled": true,
"Enabled": false,
"LogToFile": {
"Enabled": true
},

@ -8,7 +8,10 @@ namespace EntrustSettle.Model.Dtos
/// 箱号
/// </summary>
public string Cntrno { get; set; }
/// <summary>
/// 箱型
/// </summary>
public string CtnAll { get; set; }
/// <summary>
/// 提箱时间
/// </summary>

@ -12,7 +12,7 @@ namespace EntrustSettle.Model.Models.BillTrace
public string PID { get; set; }
public string MBLNO { get; set; }
public string CNTRNO { get; set; }
public string CTNALL { get; set; }
public string StaCangDan { get; set; }
public string StaTiHuo { get; set; }
public string StaFanKong { get; set; }

Loading…
Cancel
Save