|
@@ -1,14 +1,11 @@
|
|
|
package com.diagbot.vo;
|
|
|
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
-import com.diagbot.enums.SysTypeEnum;
|
|
|
import com.diagbot.util.SysUserUtils;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
|
|
|
-import javax.validation.constraints.NotNull;
|
|
|
-
|
|
|
/**
|
|
|
* @author wangfeng
|
|
|
* @Description:
|
|
@@ -24,4 +21,5 @@ public class QcCasesEntryHospitalVO extends Page {
|
|
|
private String name;
|
|
|
private Integer isReject;
|
|
|
private Integer isUsed;
|
|
|
+ private Integer ruleType;
|
|
|
}
|