|
@@ -2,9 +2,12 @@ package com.mrxu.framework.common.xcx.bean;
|
|
|
|
|
|
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
|
+import javax.crypto.SealedObject;
|
|
|
|
|
+import java.io.Serializable;
|
|
|
|
|
+
|
|
|
// 收集方(开发者)信息配置
|
|
// 收集方(开发者)信息配置
|
|
|
@Data
|
|
@Data
|
|
|
-public class OwnerSetting {
|
|
|
|
|
|
|
+public class OwnerSetting implements Serializable {
|
|
|
|
|
|
|
|
// 是否必须: 否 信息收集方(开发者)的邮箱地址,4种联系方式至少要填一种
|
|
// 是否必须: 否 信息收集方(开发者)的邮箱地址,4种联系方式至少要填一种
|
|
|
private String contact_email;
|
|
private String contact_email;
|