chenrui
2025-04-02 9f6292334cf2634772b8ef147255f8d207fde15f
basic-server/src/main/java/com/ruoyi/basic/pojo/StandardProductListUpdateRecord.java
@@ -57,4 +57,13 @@
    @ApiModelProperty("备注")
    private String remark;
    @ApiModelProperty("文件路径")
    private String filePath;
    @ApiModelProperty("文件名称")
    private String fileName;
    @ApiModelProperty("文件预览地址")
    private String filePreviewPath;
}