jinlin
2024-03-14 b09b6361f6348c22d2d02f99391ca76350b45102
modules/mainPart/src/main/java/com/zt/life/modules/sysPictureBase/model/SysPictureBase.java
@@ -24,11 +24,8 @@
public class SysPictureBase extends BusiEntity {
   private static final long serialVersionUID = 1L;
   @ApiModelProperty(value = "类型")
   private String type;
   @ApiModelProperty(value = "子类型")
   private String subType;
   @ApiModelProperty(value = "是否默认")
   private Integer isDefault;
   @ApiModelProperty(value = "图片名称")
   private String name;
@@ -42,16 +39,11 @@
   @ApiModelProperty(value = "检索关键字")
   private String contentType;
   @ApiModelProperty(value = "系统标识")
   private String systemMark;
   @ApiModelProperty(value = "排序")
   private Integer sortNo;
   @ApiModelProperty(value = "产品类型")
   private Integer productType;
   @ApiModelProperty(value = "")
   private String remark;
   @TableField(exist = false)
   private MultipartFile file;
}