xyc
2024-08-13 ecd2f8acec4e743e18d978b7e0a1bb92bd17e70e
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/sysPictureBase/model/SysPictureBase.java
@@ -24,15 +24,15 @@
   @ApiModelProperty(value = "图片名称")
   private String name;
   @ApiModelProperty(value = "图片宽度")
   private Integer width;
   @ApiModelProperty(value = "图片高度")
   private Integer height;
   @ApiModelProperty(value = "svg图片")
   private String svgContent;
   @ApiModelProperty(value = "锚点x6的XML")
   private String anchorsContent;
   @ApiModelProperty(value = "锚点坐标")
   private String anchorsPoints;
   @ApiModelProperty(value = "检索关键字")
   private String contentType;