dev add tarriff description
Test Workflow / test (push) Has been cancelled

This commit is contained in:
2026-05-15 14:44:54 +07:00
parent 7c7ad61397
commit a4928395b9
5 changed files with 13 additions and 3 deletions
@@ -52,4 +52,7 @@ public class TariffRequest {
@JsonProperty("tariff_term")
private String tariffTerm;
@JsonProperty("description")
private String description;
}