old mode 100755
new mode 100644
| | |
| | | /// <summary> |
| | | /// 手机号错误,请重新输入 |
| | | /// </summary> |
| | | public const int ThePhoneError = 10139;
|
| | | public const int ThePhoneError = 10139; |
| | | /// <summary> |
| | | /// 请输入长度为6-13个字符的密码 |
| | | /// </summary> |
| | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 没有功能 请在个人中心中--设备管理处添加 |
| | | /// 没有功能 请在个人中心--设备管理处添加 |
| | | /// </summary> |
| | | public const int NoFunction = 11010; |
| | | /// <summary> |
| | | /// 编辑 |
| | | /// </summary> |
| | | public const int Edit = 11011; |
| | | /// <summary> |
| | | /// 设置功能 |
| | | /// </summary> |
| | | public const int FunctionSetting = 11012; |
| | | /// <summary> |
| | | /// 功能设置 |
| | | /// </summary> |
| | | public const int FunctionSetting = 11012; |
| | | /// <summary> |
| | | /// 信息编辑 |
| | | /// </summary> |
| | |
| | | /// 添加延时 |
| | | /// </summary> |
| | | public const int AddDelayTime = 11036; |
| | | /// <summary> |
| | | /// 空调模式为空,请先配置 |
| | | /// </summary> |
| | | public const int AC_Model_None = 11037; |
| | | |
| | | |
| | | #region 设备类型 |
| | | /// <summary> |
| | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 密码长度为{0}个字符 |
| | | /// </summary> |
| | | public const int PswLengthMsg = 15000; |
| | | |
| | | /// <summary> |
| | | /// 密码长度为{0}个字符 |
| | | /// </summary> |
| | | public const int PswLengthMsg = 15000; |
| | | /// <summary> |
| | | /// 1个小写字母 |
| | | /// </summary> |