This commit is contained in:
2023-06-06 16:59:02 +08:00
parent 4e847c34f0
commit 7a0f529837
3 changed files with 17 additions and 3 deletions

View File

@@ -112,4 +112,14 @@ public class PileDetailVO {
* 个人桩密钥
*/
private String secretKey;
/**
* 型号id
*/
private String modelId;
/**
* 型号名称
*/
private String modelName;
}