liusheng
2024-11-29 fd6dca0c559c08129b7e0abdf67093b1a728ffd3
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;
}