11 lines
283 B
C#
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; }
|
|
}
|
|
} |