🆕 #2658 【开放平台】第三方平台小程序用户隐私保护指引模块增加申请隐私相关接口
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user