zxl
2 天以前 f3450326233f27338b3658f4b6664f3a279c6f8a
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();