完善日志 bug处理
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using JNPF.Common.Dtos.VisualDev;
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
{
|
||||
@@ -21,9 +22,13 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
public string biz_type { get; set; }
|
||||
|
||||
public string task_type { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 来源业务单据id
|
||||
/// </summary>
|
||||
public string require_id { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 来源业务单据code
|
||||
/// </summary>
|
||||
public string require_code { get; set; }
|
||||
|
||||
public string moduleConsts { get; set; }
|
||||
@@ -43,6 +48,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
|
||||
/// </summary>
|
||||
public bool isChangeCarryLoc2StartLoc { get; set; } = true;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user