liusheng
2024-11-29 8d913e5594f45ca2a4ce656ea9feb99ffe715913
smartor/src/main/java/com/smartor/domain/SvyTaskScript.java
@@ -176,8 +176,8 @@
    /**
     * 题目图片路径
     */
    @Excel(name = "题目图片路径")
    @ApiModelProperty(value = "题目图片路径")
    private String picturePath;
    @Excel(name = "题目图片")
    @ApiModelProperty(value = "题目图片")
    private String scriptPicture;
}