新增计费模板描述字段

This commit is contained in:
2024-02-20 17:11:09 +08:00
parent ec7fb2a6c0
commit 85bbc2736d
4 changed files with 9 additions and 2 deletions

View File

@@ -41,6 +41,11 @@ public class PileBillingTemplate extends BaseEntity {
*/
private String status;
/**
* 计费模板备注
*/
private String templateRemark;
/**
* 计费模板描述
*/