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