1
0
mirror of synced 2025-12-22 00:48:00 +08:00

🆕 #2658 【开放平台】第三方平台小程序用户隐私保护指引模块增加申请隐私相关接口

This commit is contained in:
hywr
2022-05-23 23:06:34 +08:00
committed by GitHub
parent dbf9622395
commit f83c55c010
7 changed files with 215 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ package cn.binarywang.wx.miniapp.bean;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* <pre>
@@ -12,6 +13,7 @@ import lombok.Data;
* @author Element
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
public class WxMaCodeLineColor {
private String r = "0", g = "0", b = "0";