peng
2025-09-29 6c3c5f3fb28cc65684e065b60a09768cf8a77429
framework/src/main/java/cn/lili/modules/lmk/domain/vo/PrizeDrawVO.java
@@ -48,6 +48,9 @@
    @ApiModelProperty("奖品图片")
    private String prizeImg;
    private String prizeCoverUrl;
    private String prizeImgUrl;
    public static PrizeDrawVO getVoByEntity(@NonNull PrizeDraw entity, PrizeDrawVO vo) {
        if(vo == null) {
            vo = new PrizeDrawVO();