mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 17:38:48 +08:00
对码清码添加文本
This commit is contained in:
parent
c576b2586a
commit
43e0b53469
@ -196,5 +196,13 @@ public class DeviceMsgDto {
|
|||||||
* 4.遥控器擦除完成
|
* 4.遥控器擦除完成
|
||||||
*/
|
*/
|
||||||
private Integer checkCodeStatus;
|
private Integer checkCodeStatus;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 1.遥控器对码中
|
||||||
|
* 2.遥控器对码完成
|
||||||
|
* 3.遥控器擦除中
|
||||||
|
* 4.遥控器擦除完成
|
||||||
|
*/
|
||||||
|
private String checkCodeStatusStr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -92,6 +92,7 @@ public class IotService {
|
|||||||
result.setWarningStatus(Integer.valueOf(resultMap.get("warningStatus")==null?"-1":resultMap.get("warningStatus")));
|
result.setWarningStatus(Integer.valueOf(resultMap.get("warningStatus")==null?"-1":resultMap.get("warningStatus")));
|
||||||
|
|
||||||
result.setCheckCodeStatus(Integer.valueOf(resultMap.get("checkCodeStatus")==null?"-1":resultMap.get("checkCodeStatus")));
|
result.setCheckCodeStatus(Integer.valueOf(resultMap.get("checkCodeStatus")==null?"-1":resultMap.get("checkCodeStatus")));
|
||||||
|
result.setCheckCodeStatusStr(MessageUtils.message("checkCodeStatusStr.name"+result.getCheckCodeStatus()));
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -61,7 +61,11 @@ tenant.blocked=Sorry, your tenant is disabled. Please contact the administrator
|
|||||||
tenant.expired=Sorry, your tenant has expired. Please contact the administrator.
|
tenant.expired=Sorry, your tenant has expired. Please contact the administrator.
|
||||||
|
|
||||||
|
|
||||||
|
## 清码状态
|
||||||
|
checkCodeStatusStr.name1=be checking
|
||||||
|
checkCodeStatusStr.name2=check complete
|
||||||
|
checkCodeStatusStr.name3=be clearing
|
||||||
|
checkCodeStatusStr.name4=clear complete
|
||||||
|
|
||||||
## "Login"
|
## "Login"
|
||||||
login.name0 = login
|
login.name0 = login
|
||||||
|
|||||||
@ -105,6 +105,12 @@ message.fault.device.notfound = 设备不存在
|
|||||||
message.fault.device.isbind = 设备已绑定
|
message.fault.device.isbind = 设备已绑定
|
||||||
message.fault.device.offline = 设备未连接 无法绑定
|
message.fault.device.offline = 设备未连接 无法绑定
|
||||||
|
|
||||||
|
## 清码状态
|
||||||
|
checkCodeStatusStr.name1=遥控器对码中
|
||||||
|
checkCodeStatusStr.name2=遥控器对码完成
|
||||||
|
checkCodeStatusStr.name3=遥控器擦除中
|
||||||
|
checkCodeStatusStr.name4=遥控器擦除完成
|
||||||
|
|
||||||
|
|
||||||
#====== app =========
|
#====== app =========
|
||||||
##《登录》login
|
##《登录》login
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user