nickchange
2023-11-29 d4fbea2ac7f7c98ffd83480f8f2535ca92f3baea
1
2
3
4
5
6
7
8
9
package com.dsh.course.entity;
 
import lombok.Data;
 
@Data
public class InsertBackDto {
    Integer id;
    String ids;
}