双重预防项目-国泰新华二开定制版
huangzhen
2022-10-28 886a387463f4e0e0ad6f7c2a04d2cfab2e3aace8
src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskControlTemplate.java
@@ -17,7 +17,6 @@
     */
    private Long id;
    private String uuid;
    /**
     * 删除标志:0-有效,1-删除
     */
@@ -49,14 +48,6 @@
    public void setId(Long id) {
        this.id = id;
    }
    public String getUuid() {
        return uuid;
    }
    public void setUuid(String uuid) {
        this.uuid = uuid;
    }
    public Integer getDeleteStatus() {