计费模板表新增 status 字段

This commit is contained in:
Lemon
2023-06-25 16:28:19 +08:00
parent d3982f81d1
commit 82fb623530
2 changed files with 13 additions and 1 deletions

View File

@@ -36,6 +36,11 @@ public class PileBillingTemplate extends BaseEntity {
@Excel(name = "模板名称")
private String name;
/**
* 模板状态(0-未启用1-启用)
*/
private String status;
/**
* 车辆类型1-电动汽车2-电动自行车)
*/