puzhibing
2024-01-31 61cbc5426ff79200e015680f2ff53134c3995065
1
2
3
4
5
6
7
8
9
package com.dsh.course.model.dto;
 
import lombok.Data;
 
@Data
public class InsertBackDto {
    Integer id;
    String ids;
}