mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-24 04:55:08 +08:00
update 集团列表
This commit is contained in:
@@ -3,6 +3,8 @@ package com.jsowell.pile.dto;
|
||||
import com.jsowell.common.core.domain.BaseEntity;
|
||||
import lombok.*;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Getter
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@@ -14,4 +16,6 @@ public class MemberGroupDTO extends BaseEntity {
|
||||
private String phoneNumber;
|
||||
|
||||
private String groupCode;
|
||||
|
||||
private List<String> merchantIdList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user