mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 12:05:05 +08:00
update 小程序查询充电站列表
This commit is contained in:
@@ -6,6 +6,8 @@ import lombok.Builder;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 站点管理前台参数
|
||||
*
|
||||
@@ -73,4 +75,9 @@ public class QueryStationDTO extends BaseEntity {
|
||||
* 站点二维码前缀
|
||||
*/
|
||||
private String qrcodePrefix;
|
||||
|
||||
/**
|
||||
* 运营商部门id
|
||||
*/
|
||||
private List<String> merchantDeptId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user