jinlin
2024-03-19 bbb7b9dd4919e1026ed75d5f0f1dc37b5593b522
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;
}