xyc
2024-07-24 413eae5cb4d5fe78fc25258bf7b5e3b53740b1f9
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/sysPictureBase/model/SysPictureBase.java
@@ -24,12 +24,6 @@
   @ApiModelProperty(value = "图片名称")
   private String name;
   @ApiModelProperty(value = "图片宽度")
   private Integer width;
   @ApiModelProperty(value = "图片高度")
   private Integer height;
   @ApiModelProperty(value = "svg图片")
   private String svgContent;