| | |
| | | public class CateGoryConst |
| | | { |
| | | /// <summary> |
| | | /// 閭鍩虹 |
| | | /// IP鎺ュ彛鍦板潃 |
| | | /// </summary> |
| | | public const string CONFIG_SYS_BaseExmail = "Sys_BaseExmail"; |
| | | public const string CONFIG_WCS_IPAddress = "WCS_IPAddress"; |
| | | |
| | | /// <summary> |
| | | /// 閭閰嶇疆 |
| | | /// </summary> |
| | | public const string CONFIG_SYS_RegExmail = "Sys_RegExmail"; |
| | | public const string CONFIG_MES_IPAddress = "MES_IPAddress"; |
| | | } |
| | | |
| | | /// <summary> |
| | |
| | | public class SysConfigConst |
| | | { |
| | | /// <summary> |
| | | /// 閭SMTP鍦板潃 |
| | | /// 涓嬪彂WCS浠诲姟 |
| | | /// </summary> |
| | | public const string SMTP_Server = "smtpServer"; |
| | | public const string WCSReceiveTask = "ReceiveTask"; |
| | | |
| | | /// <summary> |
| | | /// 閭SMTP绔彛 |
| | | /// 绉诲簱浠诲姟瀹屾垚 |
| | | /// </summary> |
| | | public const string SMTP_Port = "smtpPort"; |
| | | public const string MESTransferCompletionFeedback = "MESTransferCompletionFeedback"; |
| | | public const string MESTaskFeedback = "MESTaskFeedback"; |
| | | |
| | | /// <summary> |
| | | /// 閭SMTP璐﹀彿 |
| | | /// </summary> |
| | | public const string SMTP_User = "smtpUser"; |
| | | |
| | | /// <summary> |
| | | /// 閭SMTP瀵嗙爜 |
| | | /// </summary> |
| | | public const string SMTP_Pass = "smtpPass"; |
| | | |
| | | /// <summary> |
| | | /// 閭鏍囬 |
| | | /// </summary> |
| | | public const string SMTP_Title = "smtpTitle"; |
| | | |
| | | /// <summary> |
| | | /// 閭鍐呭鏍囬 |
| | | /// </summary> |
| | | public const string SMTP_ContentTitle = "smtpContentTitle"; |
| | | /// <summary> |
| | | /// 閭鍐呭鏍囬 |
| | | /// </summary> |
| | | public const string SMTP_RegUser = "smtpRegUser"; |
| | | } |
| | | } |