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

me.chanjar.weixin.cp.bean.oa.templatedata.control.TemplateTable 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 me.chanjar.weixin.cp.bean.oa.templatedata.TemplateControls;

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

/**
 * The type Template table.
 *
 * @author gyv12345 @163.com
 */
@Data
public class TemplateTable implements Serializable {
  private static final long serialVersionUID = -8181588935694605858L;

  private List children;

  private String[] statField;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy