jinlin
2024-08-06 a3e44cefd1d83bde949d14920c9a5d3d17d4386f
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/sysPictureBase/model/SysPictureBase.java
@@ -9,7 +9,7 @@
/**
 * sys_picture_base
 *
 * @author zt generator
 * @author zt generator
 * @since 1.0.0 2024-02-27
 */
@Data
@@ -24,11 +24,14 @@
   @ApiModelProperty(value = "图片名称")
   private String name;
   @ApiModelProperty(value = "图片宽度")
   private Integer width;
   @ApiModelProperty(value = "svg图片")
   private String svgContent;
   @ApiModelProperty(value = "图片高度")
   private Integer height;
   @ApiModelProperty(value = "锚点x6的XML")
   private String anchorsContent;
   @ApiModelProperty(value = "锚点坐标")
   private String anchorsPoints;
   @ApiModelProperty(value = "检索关键字")
   private String contentType;