|
@@ -1,5 +1,6 @@
|
|
package com.qmth.themis.business.dto;
|
|
package com.qmth.themis.business.dto;
|
|
|
|
|
|
|
|
+import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
|
|
|
import java.io.Serializable;
|
|
import java.io.Serializable;
|
|
@@ -13,6 +14,7 @@ import java.util.Set;
|
|
* @Author: wangliang
|
|
* @Author: wangliang
|
|
* @Date: 2020/8/19
|
|
* @Date: 2020/8/19
|
|
*/
|
|
*/
|
|
|
|
+@ApiModel("考试属性统计返回信息")
|
|
public class ExamPropCountDto implements Serializable {
|
|
public class ExamPropCountDto implements Serializable {
|
|
|
|
|
|
@ApiModelProperty(name = "考试id")
|
|
@ApiModelProperty(name = "考试id")
|