huanghongfa
2022-04-19 d89d4a28653657528dc0718f1aa55e1c84ad1e6f
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/QRActivityCodeVO.java
@@ -16,4 +16,6 @@
    private Integer type;
    @ApiModelProperty(value = "二维码id",example = "1")
    private Long codeId;
    @ApiModelProperty("签到类型 1签到 2签退")
    private Integer signType;
}