fuliqi
2024-06-07 fdaba78e25c457c48c4581cc84635b63d6363176
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;
 
}