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