mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 04:25:21 +08:00
首页数据权限过滤
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import com.jsowell.common.core.domain.BaseEntity;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
@@ -9,7 +10,7 @@ import lombok.Data;
|
||||
* @date 2023/2/3 16:11
|
||||
*/
|
||||
@Data
|
||||
public class IndexQueryDTO {
|
||||
public class IndexQueryDTO extends BaseEntity {
|
||||
/**
|
||||
* 站点id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user