@ -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>
/// 箱型
public string CtnAll { get; set; }
/// 提箱时间
@ -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; }