XiaoRuby
2023-08-18 110cf37e66ad349e205890c0d5965ccc5fffd140
standard-server/src/main/java/com/yuanchu/mom/pojo/TechnologyTemplate.java
@@ -47,7 +47,6 @@
    private Integer type;
    @ApiModelProperty(value = "逻辑删除 正常>=1,删除<=0", hidden = true)
    @TableLogic(value = "1", delval = "0")
    private Integer state;
    @TableField(fill = FieldFill.INSERT)