nickchange
2023-11-01 efc87c9486f5d4c1b9058462b316ff42c6512ace
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;
}