eight
2024-12-10 d79ae49f7d1a52ac65c1cbc395fad04cc6f2d6ea
Revert "checktype 新增是否需要确费"

This reverts commit 0980c29c1948b1901fa834f86ffb5884a09223d5.
已修改5个文件
22 ■■■■■ 文件已修改
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypePageReqVO.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeRespVO.java 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/SimpleCheckTypeRespVO.java 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/checktype/CheckTypeDO.java 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypePageReqVO.java
@@ -54,7 +54,4 @@
    @Schema(description = "预约序号显示前缀")
    private String seqPrefix;
    @Schema(description = "是否需要确费")
    private Integer feeConfirm;
}
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeRespVO.java
@@ -70,8 +70,4 @@
    @Schema(description = "预约序号显示前缀")
    @ExcelProperty("预约序号显示前缀")
    private String seqPrefix;
    @Schema(description = "是否需要确费")
    @ExcelProperty("是否需要确费")
    private Integer feeConfirm;
}
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/CheckTypeSaveReqVO.java
@@ -47,7 +47,4 @@
    @Schema(description = "预约序号显示前缀")
    private String seqPrefix;
    @Schema(description = "是否需要确费")
    private Integer feeConfirm;
}
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/controller/admin/checktype/vo/SimpleCheckTypeRespVO.java
@@ -25,7 +25,4 @@
    @Schema(description = "预约序号显示前缀")
    private String seqPrefix;
    @Schema(description = "是否需要确费")
    private Integer feeConfirm;
}
jh-module-ecg/jh-module-ecg-biz/src/main/java/cn/lihu/jh/module/ecg/dal/dataobject/checktype/CheckTypeDO.java
@@ -1,7 +1,6 @@
package cn.lihu.jh.module.ecg.dal.dataobject.checktype;
import com.baomidou.mybatisplus.extension.handlers.JacksonTypeHandler;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.*;
import java.util.*;
import java.time.LocalDateTime;
@@ -78,13 +77,5 @@
     */
    private String notes;
    /**
     * 预约序号显示前缀
     */
    private String seqPrefix;
    /**
     * 是否需要确费
     */
    private Integer feeConfirm;
}