zhongrj
2024-03-23 c0fa64f0fa74ac4fef06e1b472031a32c3be42fa
src/main/java/org/springblade/modules/subjectOption/vo/SubjectOptionVO.java
@@ -31,4 +31,9 @@
public class SubjectOptionVO extends SubjectOptionEntity {
   private static final long serialVersionUID = 1L;
   // 选择的id
   private Long ids;
   // 填写的数字
   private Integer numbers;
}