All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateContact Maven / Gradle / Ivy

There is a newer version: 4.6.7.B
Show newest version
package me.chanjar.weixin.cp.bean.oa.templatedata.control;

import lombok.Data;

import java.io.Serializable;

/**
 * @author [email protected]
 */
@Data
public class TemplateContact implements Serializable {

  private static final long serialVersionUID = -7840088884653172851L;
  /**
   * 选择方式:single-单选;multi-多选
   */
  private String type;
  /**
   * 选择对象:user-成员;department-部门
   */
  private String mode;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy