Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/TrayQrcodeInput.cs
2023-11-09 10:58:15 +08:00

9 lines
188 B
C#

namespace Tnb.ProductionMgr.Entities.Dto
{
public class TrayQrcodeInput
{
public string qrcode { get; set; }
public string station_id { get; set; }
}
}