This commit is contained in:
2023-06-06 17:02:53 +08:00
parent 7a0f529837
commit dae38ae0d4
3 changed files with 6 additions and 2 deletions

View File

@@ -49,4 +49,9 @@ public class PileInfoVO {
* 额定功率
*/
private String ratedPower;
/**
* 设备名称
*/
private String modelName;
}