refactor(property): 1
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
@@ -86,13 +86,15 @@ public class TbMeterInfoVo implements Serializable {
|
||||
/**
|
||||
* 通信状态
|
||||
*/
|
||||
@ExcelProperty(value = "通信状态")
|
||||
@ExcelProperty(value = "通信状态", converter = ExcelDictConvert.class)
|
||||
@ExcelDictFormat(dictType = "sis_device_status")
|
||||
private Long communicationState;
|
||||
|
||||
/**
|
||||
* 运行状态
|
||||
*/
|
||||
@ExcelProperty(value = "运行状态")
|
||||
@ExcelProperty(value = "运行状态", converter = ExcelDictConvert.class)
|
||||
@ExcelDictFormat(dictType = "sis_device_status")
|
||||
private Long runningState;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user