新增 后管生成个人桩时,生成密钥逻辑,并且绑定个人桩时增加密钥校验

This commit is contained in:
DESKTOP-D9QDT1P\JS-ZZA
2023-03-13 17:01:07 +08:00
parent 14c95a68c5
commit db31e0679b
7 changed files with 61 additions and 6 deletions

View File

@@ -51,4 +51,10 @@ public class BatchCreatePileDTO {
* 备注
*/
private String remark;
/**
* 经营类型
* 1-运营桩2-个人桩
*/
private String chargerPileType;
}