nickchange
2023-10-27 b2573583e7c70827fa90111ff1d769f79603edd0
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;
}