Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Entities/Dto/PrdManage/MarkingLabelInput.cs
2024-05-15 09:43:01 +08:00

11 lines
283 B
C#

namespace Tnb.ProductionMgr.Entities.Dto
{
public class MarkingLabelInput
{
public string station_id { get; set; }
public string mark_code { get; set; }
public string label_code { get; set; }
public string result { get; set; }
}
}