新增 修改站点计费模板状态方法

This commit is contained in:
Lemon
2023-06-25 17:16:14 +08:00
parent 5631afba9d
commit b2eb62a48a
7 changed files with 76 additions and 7 deletions

View File

@@ -28,6 +28,9 @@ public class BillingTemplateVO {
// 计费模板名称
private String templateName;
// 计费模板状态
private String status;
// 计费模板备注
private String remark;