customer creation now pointing to velocity

This commit is contained in:
2026-05-29 15:13:09 +02:00
parent 77b53a8bf0
commit 0bb63055a9
80 changed files with 1354 additions and 1984 deletions

View File

@@ -12,7 +12,7 @@ import java.util.List;
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class ChargeCondition extends BaseEntity {
public class ChargeCondition extends BaseEntity {
private String name;
@Enumerated(EnumType.STRING)
private ChargeConditionType type;