计费模板 新增 占桩最高费用字段

This commit is contained in:
Lemon
2023-09-21 10:30:51 +08:00
parent 8bf3cddf92
commit c639a3c00f
6 changed files with 40 additions and 6 deletions

View File

@@ -91,4 +91,6 @@ public class CreateOrUpdateBillingTemplateDTO {
private String occupyFee;
private String maxOccupyFee;
}