update会员计费模板

This commit is contained in:
2024-01-31 15:47:42 +08:00
parent 4c0956c76d
commit 61c117bff6
2 changed files with 11 additions and 0 deletions

View File

@@ -34,6 +34,11 @@ public class BillingTemplateVO {
// 计费模板状态
private String status;
/**
* 是否会员模板标识0-否1-是)
*/
private String memberFlag;
// 计费模板备注
private String remark;