龚焕茏
2024-07-01 c227e3938798eb7d529575ba1f3ea1c56ae63cfe
1
2
3
4
5
6
7
8
9
package com.ycl.jxkg.domain.vo.admin.exam;
 
import lombok.Data;
 
@Data
public class ExamPaperMarkNavbarVO {
    private Boolean right;
    private Integer itemOrder;
}