using HH.WCS.XiaoMi.models;
|
using SqlSugar;
|
using System;
|
using System.Collections.Generic;
|
|
namespace HH.WCS.XiaoMi
|
{
|
public class sensorSmallMaterial : BaseModel
|
{
|
//ÁϼܱàºÅ
|
public string rackNumber { get; set; }
|
//ÅäËÍ·¾¶
|
public string shippingRoute { get; set; }
|
//ÈÎÎñ±àºÅ
|
public string taskID { get; set; }
|
//
|
public string order_name { get; set; }
|
//½ØÖ¹Ê±¼ä
|
public DateTime dead_line { get; set; }
|
//½Å±¾Ãû³Æ
|
public string ts_name { get; set; }
|
//´´½¨ÕßÃû³Æ
|
public string createdName { get; set; }
|
//¶©µ¥ÓÅÏȼ¶
|
public string priority { get; set; }
|
//TS¶©µ¥²ÎÊý
|
public Parameters parameters { get; set; }
|
|
}
|
|
|
}
|