注塑满箱入库申请接口

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

@@ -0,0 +1,8 @@
namespace Tnb.ProductionMgr.Entities.Dto
{
public class InstockInput
{
public string equip_code { get; set; }
public string as_location_code { get; set; }
}
}