peng
2025-10-13 4735bf93cce99c4cb22c14d52dba12ae6023642f
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) {