立即调用erp接口 任务单批次生成修改

This commit is contained in:
2024-09-23 15:07:00 +08:00
parent 1c04f0449f
commit 1dc51107f5
16 changed files with 452 additions and 346 deletions

View File

@@ -34,5 +34,20 @@ namespace Tnb.BasicData
/// 白班夜班时间
/// </summary>
public const string DAYNIGHTWORKTIME = "dayNightWorkTime";
/// <summary>
/// 是否立刻调用erp接口
/// </summary>
public const string CALLERP = "callErp";
/// <summary>
/// 换批号数量
/// </summary>
public const string CHANGEBATCHNUM = "changeBatchNum";
/// <summary>
/// 换批号天数
/// </summary>
public const string CHANGEBATCHDAY = "changeBatchDay";
}
}