| | |
| | | /// Erp的IP |
| | | /// </summary> |
| | | public string ErpHost { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Mes的IP |
| | | /// </summary> |
| | | public string MesHost { get; set; } |
| | | |
| | | /// <summary> |
| | | /// Wcs的IP |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public string BoxHost { get; set; } |
| | | |
| | | #region 上游系统 |
| | | #region Erp系统 |
| | | |
| | | /// <summary> |
| | | /// 入库订单关闭上传 |
| | |
| | | public string GetBoxUrl { get; set; } |
| | | |
| | | #endregion |
| | | |
| | | |
| | | #region Mes系统 |
| | | |
| | | /// <summary> |
| | | /// 入库订单关闭上传 |
| | | /// </summary> |
| | | public string MesAsnFinishUrl { get; set; } |
| | | /// <summary> |
| | | /// 备料信息发送至MES路径 |
| | | /// </summary> |
| | | public string MesBeiLiaoUrl { get; set; } |
| | | /// <summary> |
| | | /// 获取MES令牌路径 |
| | | /// </summary> |
| | | public string MesGetTokenUrl { get; set; } |
| | | |
| | | #endregion |
| | | |
| | | #region 下游系统 |
| | | |
| | | /// <summary> |
| | |
| | | public string GetLog1 { get; set; } |
| | | public string GetLog2 { get; set; } |
| | | |
| | | #region AGV |
| | | |
| | | /// <summary> |
| | | /// 生成任务单接口 |
| | | /// </summary> |
| | | public string GenAgvSchedulingTask { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 继续执行任务接口 |
| | | /// </summary> |
| | | public string ContinueTask { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 预调度对外接口 |
| | | /// </summary> |
| | | public string GenPreScheduleTask { get; set; } |
| | | |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | #region WCS |
| | | /// <summary> |
| | | /// //给WCS下发入库单信息 |
| | | /// </summary> |
| | | public string AddOrderTaskUrl { get; set; } |
| | | #endregion |
| | | } |
| | | } |