peng
2025-10-16 e49e4c4284a7c390f605fb0e8c4d2c590ba20020
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();