运踪补充箱型

master
zhangxiaofeng 5 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() var ctnList = await billtraceCtnService.Query(x => x.PID == order.BilltraceGid, x => new CtnBilltraceDto()
{ {
CtnAll = x.CTNALL,
Cntrno = x.CNTRNO, Cntrno = x.CNTRNO,
FanKongTime = x.TimeFanKong, FanKongTime = x.TimeFanKong,
StockpilingDays = x.StoreDays, StockpilingDays = x.StoreDays,

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

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

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

Loading…
Cancel
Save