101captain
2022-06-30 353af3243fc246c47d4ad8e076bfca1e99d2e89d
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;
}