Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/InstockInput.cs

8 lines
186 B
C#

namespace Tnb.ProductionMgr.Entities.Dto
{
public class InstockInput
{
public string equip_code { get; set; }
public string as_location_code { get; set; }
}
}