原材料仓内转移、出入库策略调整

This commit is contained in:
2024-07-25 17:02:43 +08:00
parent e92797e449
commit f814583a0e
6 changed files with 20 additions and 60 deletions

View File

@@ -49,5 +49,8 @@
// 是否过滤载具占用状态
public bool filter_carry_status { get; set; } = true;
// 策略编号
public string PolicyCode { get; set; }
}
}