zxl
2025-10-11 3b2c5fb47caca6ab286e0c8ed8c0575024c528d0
framework/src/main/java/cn/lili/modules/lmk/domain/vo/ScanPrizeVO.java
@@ -52,6 +52,7 @@
    @ApiModelProperty("是否启用")
    private String status;
    public static ScanPrizeVO getVoByEntity(@NonNull ScanPrize entity, ScanPrizeVO vo) {
        if(vo == null) {
            vo = new ScanPrizeVO();