|
@@ -1,40 +0,0 @@
|
|
|
-package com.diagbot.vo;
|
|
|
-
|
|
|
-import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
-import io.swagger.annotations.ApiModelProperty;
|
|
|
-import lombok.Getter;
|
|
|
-import lombok.Setter;
|
|
|
-
|
|
|
-/**
|
|
|
- * @Description:
|
|
|
- * @Author:zhaops
|
|
|
- * @time: 2020/7/30 13:47
|
|
|
- */
|
|
|
-@Getter
|
|
|
-@Setter
|
|
|
-public class LisConfigPageVO extends Page {
|
|
|
- /**
|
|
|
- * 医院id
|
|
|
- */
|
|
|
- @ApiModelProperty(hidden = true)
|
|
|
- private Long hospitalId;
|
|
|
- /**
|
|
|
- * his大项名称
|
|
|
- */
|
|
|
- private String hisName;
|
|
|
-
|
|
|
- /**
|
|
|
- * his小项名称
|
|
|
- */
|
|
|
- private String hisDetailName;
|
|
|
-
|
|
|
- /**
|
|
|
- * 标准名
|
|
|
- */
|
|
|
- private String uniqueName;
|
|
|
-
|
|
|
- /**
|
|
|
- * 标准编码
|
|
|
- */
|
|
|
- private String uniqueCode;
|
|
|
-}
|