mitao
2025-04-01 5af799118134eb1f77bb310433825fe7cf11e680
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;
}