销售发货接口、原材料仓优化调整、日志优化

This commit is contained in:
2024-07-29 15:49:52 +08:00
parent 0e09a8187c
commit b1027b6e49
15 changed files with 393 additions and 76 deletions

View File

@@ -99,5 +99,5 @@ public partial class WmsElevatorH : BaseEntity<string>
/// <summary>
/// 占用任务
/// </summary>
public int use_tasks { get; set; }
public string use_tasks { get; set; }
}