| | |
| | | /// 邮箱配置 |
| | | /// </summary> |
| | | public const string CONFIG_SYS_RegExmail = "Sys_RegExmail"; |
| | | |
| | | /// <summary> |
| | | /// IP接口地址 |
| | | /// </summary> |
| | | public const string CONFIG_SYS_IPAddress = "SYS_IPAddress"; |
| | | |
| | | /// <summary> |
| | | /// MOM接口地址 |
| | | /// </summary> |
| | | public const string SYS_MOMIPAddress = "SYS_MOMIPAddress"; |
| | | |
| | | /// <summary> |
| | | /// 特殊入库分配 |
| | | /// </summary> |
| | | public const string CONFIG_SYS_InStacker = "SYS_InStacker"; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | /// 邮箱内容标题 |
| | | /// </summary> |
| | | public const string SMTP_ContentTitle = "smtpContentTitle"; |
| | | |
| | | /// <summary> |
| | | /// 邮箱内容标题 |
| | | /// </summary> |
| | | public const string SMTP_RegUser = "smtpRegUser"; |
| | | |
| | | /// <summary> |
| | | /// WCS IP |
| | | /// </summary> |
| | | public const string WCSIPAddress = "WCSIPAddress"; |
| | | |
| | | /// <summary> |
| | | /// HK IP |
| | | /// </summary> |
| | | public const string HKIPAddress = "HKIPAddress"; |
| | | |
| | | /// <summary> |
| | | /// MOMIP地址 |
| | | /// </summary> |
| | | public const string MOMBaseIP = "MOMBaseIP"; |
| | | |
| | | /// <summary> |
| | | /// 单电芯属性获取 |
| | | /// </summary> |
| | | public const string CellState = "CellState"; |
| | | |
| | | /// <summary> |
| | | /// 整盘电芯属性获取 |
| | | /// </summary> |
| | | public const string TrayCellsStatus = "TrayCellsStatus"; |
| | | |
| | | /// <summary> |
| | | /// 静置\陈化入库(整托盘) |
| | | /// </summary> |
| | | public const string AgingInput = "AgingInput"; |
| | | |
| | | /// <summary> |
| | | /// 静置\陈化出库(整托盘) |
| | | /// </summary> |
| | | public const string AgingOutput = "AgingOutput"; |
| | | |
| | | /// <summary> |
| | | /// 工艺路线申请 |
| | | /// </summary> |
| | | public const string ProcessApply = "ProcessApply"; |
| | | |
| | | /// <summary> |
| | | /// 托盘单电芯解绑 |
| | | /// </summary> |
| | | public const string TrayCellUnbind = "TrayCellUnbind"; |
| | | |
| | | /// <summary> |
| | | /// 整盘电芯解绑 |
| | | /// </summary> |
| | | public const string TrayUnbind = "TrayUnbind"; |
| | | |
| | | /// <summary> |
| | | /// 请求WCS任务 |
| | | /// </summary> |
| | | public const string ReceiveByWMSTask = "ReceiveByWMSTask"; |
| | | |
| | | /// <summary> |
| | | /// 请求WCS任务 |
| | | /// </summary> |
| | | public const string ReceiveTask = "ReceiveTask"; |
| | | |
| | | /// <summary> |
| | | /// 请求WCS任务 |
| | | /// </summary> |
| | | public const string GetStation = "GetStation"; |
| | | |
| | | /// <summary> |
| | | /// 是否入库空托盘 |
| | | /// </summary> |
| | | public const string InboundIsEmpty = "InboundIsEmpty"; |
| | | |
| | | public const string CHInboundEmptyProductLineOne = "CHInboundEmptyProductLineOne"; |
| | | |
| | | |
| | | public const string CHInboundEmptyProductLineTwo = "CHInboundEmptyProductLineTwo"; |
| | | |
| | | public const string ReceiveWMSTask = "ReceiveWMSTask"; |
| | | } |
| | | } |