9 lines
188 B
C#
9 lines
188 B
C#
namespace Tnb.ProductionMgr.Entities.Dto
|
|
{
|
|
public class TrayQrcodeInput
|
|
{
|
|
public string qrcode { get; set; }
|
|
|
|
public string station_id { get; set; }
|
|
}
|
|
} |