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

9 lines
231 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; }
}
}