Pu Zhibing
2024-09-24 1b8ad0cc6a79f84fb32fdffae39742afa964748e
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;
}