fuliqi
2024-06-07 0879a157fd7c85ec34f1dac51a2b113bf1f5f2f6
1
2
3
4
5
6
7
8
9
10
11
12
package com.ycl.jxkg.domain.exam;
 
import lombok.Data;
 
@Data
public class ExamPaperQuestionItemObject {
 
    private Integer id;
 
    private Integer itemOrder;
 
}