新增计费模板描述字段

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;
/**
* 计费模板描述
*/

View File

@@ -16,7 +16,7 @@ public class MemberGroupStationVO {
private String templateCode;
// 优惠计费模板备注
private String remark;
private String templateRemark;
// 优惠计费模板描述
private String templateDesc;