@@ -106,6 +106,8 @@ public class DeviceAlgorithmChargingDto {
@Accessors(chain = true)
public static class AlgorithmMoonConfig {
+ private Integer price;
+
private Moon moon;
private Inf inf;
@@ -130,6 +132,7 @@ public class DeviceAlgorithmChargingDto {
private Integer money;
private Integer size;
}