mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
update 添加集团名称字段
This commit is contained in:
@@ -10,6 +10,11 @@ import java.math.BigDecimal;
|
||||
public class MemberGroupVO {
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 会员组名称
|
||||
*/
|
||||
private String groupName;
|
||||
|
||||
/**
|
||||
* 会员组编号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user