调整注塑满箱到位后入库申请接口 领料记录工位刷选

This commit is contained in:
2023-11-07 17:28:01 +08:00
parent e33d369c0d
commit f16f89e86a
4 changed files with 19 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ namespace Tnb.ProductionMgr.Entities.Dto
public class InstockInput
{
public string equip_code { get; set; }
public string label_code { get; set; }
public string as_location_code { get; set; }
}
}