peng
2025-10-22 b9b8b93a1b8ec1954ffc690093cb4628477de8c2
framework/src/main/java/cn/lili/modules/lmk/domain/form/StorePrizeProofForm.java
@@ -27,10 +27,11 @@
    @ApiModelProperty("抽奖活动领取表id")
    private String storePrizeClaimId;
    @NotBlank(message = "附件地址不能为空", groups = {Add.class, Update.class})
    @ApiModelProperty("附件地址")
    private String urlPath;
    private String content;
    public static StorePrizeProof getEntityByForm(@NonNull StorePrizeProofForm form, StorePrizeProof entity) {
        if(entity == null) {
          entity = new StorePrizeProof();