新增 站点管理配置下发二维码地址

This commit is contained in:
Lemon
2023-03-31 16:19:26 +08:00
parent 310d08336f
commit c337b9f035
11 changed files with 159 additions and 9 deletions

View File

@@ -10,5 +10,7 @@ import lombok.NoArgsConstructor;
@AllArgsConstructor
@Builder
public class IssueQRCodeCommand {
String pileSn;
private String pileSn;
private String qrcodePrefix;
}