| | |
| | | |
| | | public class partData |
| | | { |
| | | /// <summary> |
| | | /// 托盘号 |
| | | /// </summary> |
| | | public string rfid { get; set; } |
| | | /// <summary> |
| | | /// 批次号 |
| | |
| | | /// </summary> |
| | | public DateTime? overdueTime { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 袋数 |
| | | /// </summary> |
| | | public int qty { get; set; } |
| | | /// <summary> |
| | | /// 打包配置 |
| | | /// </summary> |
| | | public int qtyCfg { get; set; } |
| | | } |
| | | |
| | | public class MstStateInquire |
| | |
| | | /// </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 partial class Elevator |
| | | public partial class ElevatorModel |
| | | { |
| | | public string Name { get; set; } |
| | | public string Source { get; set; } |
| | | public DataElevator Data { get; set; } |
| | | public DataElevatorModel Data { get; set; } |
| | | } |
| | | public partial class DataElevator |
| | | |
| | | /// <summary> |
| | | /// 库内搬运 |
| | | /// </summary> |
| | | public partial class DTModel |
| | | |
| | | { |
| | | public string prepare { get; set; } |
| | | |
| | | public string StartLoc { get; set; } |
| | | |
| | | } |
| | | public partial class DataElevatorModel |
| | | { |
| | | /// <summary> |
| | | /// 任务号 |
| | |
| | | /// <summary> |
| | | /// 设备信息 |
| | | /// </summary> |
| | | public List<DeviceInfos> DeviceInfos { get; set; } |
| | | public List<DeviceInfos> DeviceInfos { get; set; } |
| | | } |
| | | |
| | | public partial class DeviceInfos |
| | |
| | | public string AgvInfo { get; set; } |
| | | } |
| | | |
| | | |
| | | |
| | | #endregion |
| | | } |