update 添加集团名称字段

This commit is contained in:
2024-03-11 11:08:48 +08:00
parent 3983438371
commit 9e8a14d2dd
6 changed files with 37 additions and 69 deletions

View File

@@ -10,6 +10,11 @@ import java.math.BigDecimal;
public class MemberGroupVO {
private Long id;
/**
* 会员组名称
*/
private String groupName;
/**
* 会员组编号
*/