Skip to content

Commit

Permalink
增加@DaTa注解
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray committed Mar 20, 2020
1 parent b84674f commit 6ac28e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
package me.chanjar.weixin.cp.bean.oa.templatedata;

import lombok.Data;

import java.io.Serializable;
import java.util.List;

/**
* @author gyv123@163.com
*/
@Data
public class TemplateOptions implements Serializable {

private static final long serialVersionUID = -7883792668568772078L;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
package me.chanjar.weixin.cp.bean.oa.templatedata;

import com.google.gson.JsonObject;
import com.google.gson.annotations.SerializedName;
import me.chanjar.weixin.cp.bean.oa.WxCpTemplateResult;
import me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateContact;
import lombok.Data;

import java.io.Serializable;
import java.util.List;
import java.util.Map;

/**
* @author gyv12345@163.com
*/
@Data
public class TemplateProperty implements Serializable {

private static final long serialVersionUID = -3429251158540167453L;
Expand Down

0 comments on commit 6ac28e9

Please sign in to comment.