bug
This commit is contained in:
@@ -254,10 +254,10 @@ public partial class PrdMoTask : BaseEntity<string>
|
||||
/// <summary>
|
||||
/// 按时间更换批次次数
|
||||
/// </summary>
|
||||
public int change_batch_count_by_day { get; set; } = -1;
|
||||
public int change_batch_count_by_day { get; set; } = -2;
|
||||
|
||||
/// <summary>
|
||||
/// 按产量更换批次次数
|
||||
/// </summary>
|
||||
public int change_batch_count_by_qty { get; set; } = -1;
|
||||
public int change_batch_count_by_qty { get; set; } = -2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user