注塑满箱入库申请接口

This commit is contained in:
2023-11-02 17:33:58 +08:00
parent 910d96c921
commit 46772647e7
6 changed files with 155 additions and 2 deletions

View File

@@ -212,5 +212,10 @@ public partial class EqpEquipment : BaseEntity<string>
/// 挤出件类型
/// </summary>
public string? tube { get; set; }
/// <summary>
/// 入库库位id
/// </summary>
public string? as_location_id { get; set; }
}