Skip to content

Commit d76674d

Browse files
committed
add validation to SetChargingProfileParams.transactionId
1 parent 072e5f3 commit d76674d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/de/rwth/idsg/steve/web/dto/ocpp/SetChargingProfileParams.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,6 @@ public class SetChargingProfileParams extends MultipleChargePointSelect {
4141
@Positive
4242
private Integer chargingProfilePk;
4343

44+
@Positive
4445
private Integer transactionId;
4546
}

0 commit comments

Comments
 (0)