liusheng
2024-07-04 84c71ae1ed901e98cd3ba4a7484ac3eb58f0cfb5
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;
}