xuhy
2025-07-15 ba2e6c5fa2e21f535da27f29e54da2d6c7eb9aaa
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.system.domain.dto;
 
import lombok.Data;
 
import java.util.List;
 
@Data
public class IndexDto {
    private Integer companyId;
    private List<Integer> shopIds;
}