Fancy
2024-09-11 f88c07d7941a0c18bb097f20618c18b9d2418ccc
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/pojoPlt/PltProduct.java
@@ -50,9 +50,15 @@
    @JSONField(serializeUsing= ObjectWriterImplToString.class)
    public Long image;
    /**
     * 典型图片web路径
     */
    @TableField(exist = false)
    public String imageWebPath;
    /**
     * 典型图片缩略图web路径
     */
    @TableField(exist = false)
    public String imageWebPathZip;
    /**