This commit is contained in:
2024-09-23 17:19:08 +08:00
parent 1dc51107f5
commit 03d847aa94
4 changed files with 6 additions and 3 deletions

View File

@@ -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;
}