liujie
8 天以前 f75496139d661ee4c0550e4e10a86b899371637a
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.dsh.guns.modular.system.model.dto;
 
import io.swagger.models.auth.In;
import lombok.Data;
 
import java.util.List;
@Data
public class ToHoliDto {
    Integer id;
    Integer classId;
    Integer classNum;
    String[] ids;
}