立即调用erp接口 任务单批次生成修改
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user