| | |
| | | /// mes任务号 |
| | | /// </summary> |
| | | public string mesTaskNo { get; set; } |
| | | |
| | | |
| | | |
| | | } |
| | | |
| | |
| | | /// </summary> |
| | | [JsonProperty("qty")] |
| | | public int Qty { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 机型 |
| | | /// </summary> |
| | | [JsonProperty("powderType")] |
| | | public string PowderType { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | [JsonProperty("workCenter")] |
| | | public string WorkCenter { get; set; } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 机型 |
| | | /// </summary> |
| | | [JsonProperty("powderType")] |
| | | public string PowderType { get; set; } |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 新点对点接口 |
| | | /// </summary> |
| | | public class PointModel |
| | | { |
| | | /// <summary> |
| | | /// MES的任务号 |
| | | /// </summary> |
| | | [JsonProperty("taskNumber")] |
| | | public string TaskNumber { get; set; } |
| | | /// <summary> |
| | | /// 目标位置 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("targetLocation")] |
| | | public string TargetLocation { get; set; } |
| | | /// <summary> |
| | | /// 起始位置 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("initialLocation")] |
| | | public string InitialLocation { get; set; } |
| | | /// <summary> |
| | | /// 任务类型:1.出平库,2入平库,3平库空工装呼叫,4平库余料回库,5粉料空托返回。 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("status")] |
| | | public string Status { get; set; } // 注意:原始值是字符串"1" |
| | | /// <summary> |
| | | /// 托盘号 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("rfid")] |
| | | public string Rfid { get; set; } |
| | | /// <summary> |
| | | /// 物料编码 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("partNumber")] |
| | | public string PartNumber { get; set; } |
| | | /// <summary> |
| | | /// 物料描述 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("partDesc")] |
| | | public string PartDescription { get; set; } // 使用更符合C#规范的命名 |
| | | /// <summary> |
| | | /// 批次重量 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("weight")] |
| | | public string Weight { get; set; } // 原始值是字符串"120" |
| | | /// <summary> |
| | | /// 到期时间 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("maturityTime")] |
| | | public string MaturityTime { get; set; } |
| | | /// <summary> |
| | | /// 生产时间 |
| | | /// </summary> |
| | | |
| | | [JsonProperty("productionTime")] |
| | | public string ProductionTime { get; set; } |
| | | } |
| | | /// <summary> |
| | | /// 货位信息同步 |
| | | /// </summary> |
| | | public partial class UploadLoc |
| | |
| | | /// <summary> |
| | | /// 设备信息 |
| | | /// </summary> |
| | | public List<DeviceInfos> DeviceInfos { get; set; } |
| | | public List<DeviceInfos> DeviceInfos { get; set; } |
| | | } |
| | | |
| | | public partial class DeviceInfos |
| | |
| | | public string AgvInfo { get; set; } |
| | | } |
| | | |
| | | |
| | | |
| | | #endregion |
| | | } |