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

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

@@ -63,6 +63,11 @@ public class PileBillingTemplate extends BaseEntity {
*/
private String occupyFee;
/**
* 占桩封顶费用
*/
private String maxOccupyFee;
/**
* 删除标识0-正常1-删除)
*/