删除静控接口
This commit is contained in:
@@ -1,149 +0,0 @@
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import org.apache.ibatis.type.Alias;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.BaseEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* DmbCk entity. @author MyEclipse Persistence Tools
|
||||
*/
|
||||
@Alias("jkDmbck")
|
||||
public class JkDmbCk extends BaseEntity<JkDmbCk>{
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID:TODO(用一句话描述这个变量表示什么)
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = -5491965286339219052L;
|
||||
// Fields
|
||||
private Long gId;
|
||||
@ApiModelProperty(value="国际出口ID", required=true)
|
||||
private Long gjCkId;
|
||||
@ApiModelProperty(value="是否生效", required=true)
|
||||
private Long sfSx;
|
||||
// @ApiModelProperty(value="生效范围", required=true)
|
||||
private String sxFw;
|
||||
@ApiModelProperty(value="出口名称", required=true)
|
||||
private String ckMc;
|
||||
@ApiModelProperty(value="出口位置", required=true)
|
||||
private String ckWz;
|
||||
// @ApiModelProperty(value="通讯方法", required=false)
|
||||
// private String ckTxff;
|
||||
// @ApiModelProperty(value="备注", required=false)
|
||||
// private String ckBz;
|
||||
// @ApiModelProperty(value="预留", required=false)
|
||||
// private String yl;
|
||||
// @ApiModelProperty(value="预留1", required=false)
|
||||
// private Long yl1;
|
||||
// @ApiModelProperty(value="预留2", required=false)
|
||||
// private Long yl2;
|
||||
// @ApiModelProperty(value="预留3", required=false)
|
||||
// private String yl3;
|
||||
// @ApiModelProperty(value="预留4", required=false)
|
||||
// private String yl4;
|
||||
// @ApiModelProperty(value="预留5", required=false)
|
||||
// private String yl5;
|
||||
// @ApiModelProperty(value="国际出口编号", required=true)
|
||||
// private Long ckNo;
|
||||
@ApiModelProperty(value="国际出口编号扩容", required=false)
|
||||
private String ckNoRaw;
|
||||
@ApiModelProperty(value="运营商类型", required=true)
|
||||
private Long isp;
|
||||
@ApiModelProperty(value="出口地点", required=true)
|
||||
private Long dd;
|
||||
|
||||
// Constructors
|
||||
|
||||
/** default constructor */
|
||||
public JkDmbCk() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see com.nis.domain.BaseEntity#getId()
|
||||
*/
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getId() {
|
||||
// TODO Auto-generated method stub
|
||||
return super.getId();
|
||||
}
|
||||
|
||||
public Long getGjCkId() {
|
||||
return this.gjCkId;
|
||||
}
|
||||
|
||||
public void setGjCkId(Long gjCkId) {
|
||||
this.gjCkId = gjCkId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public Long getGId() {
|
||||
return this.gId;
|
||||
}
|
||||
|
||||
public void setGId(Long gId) {
|
||||
this.gId = gId;
|
||||
}
|
||||
|
||||
public Long getSfSx() {
|
||||
return this.sfSx;
|
||||
}
|
||||
|
||||
public void setSfSx(Long sfSx) {
|
||||
this.sfSx = sfSx;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSxFw() {
|
||||
return this.sxFw;
|
||||
}
|
||||
|
||||
public void setSxFw(String sxFw) {
|
||||
this.sxFw = sxFw;
|
||||
}
|
||||
|
||||
public String getCkMc() {
|
||||
return this.ckMc;
|
||||
}
|
||||
|
||||
public void setCkMc(String ckMc) {
|
||||
this.ckMc = ckMc;
|
||||
}
|
||||
|
||||
public String getCkWz() {
|
||||
return this.ckWz;
|
||||
}
|
||||
|
||||
public void setCkWz(String ckWz) {
|
||||
this.ckWz = ckWz;
|
||||
}
|
||||
|
||||
public String getCkNoRaw() {
|
||||
return this.ckNoRaw;
|
||||
}
|
||||
|
||||
public void setCkNoRaw(String ckNoRaw) {
|
||||
this.ckNoRaw = ckNoRaw;
|
||||
}
|
||||
|
||||
public Long getIsp() {
|
||||
return this.isp;
|
||||
}
|
||||
|
||||
public void setIsp(Long isp) {
|
||||
this.isp = isp;
|
||||
}
|
||||
|
||||
public Long getDd() {
|
||||
return this.dd;
|
||||
}
|
||||
|
||||
public void setDd(Long dd) {
|
||||
this.dd = dd;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,125 +0,0 @@
|
||||
/**
|
||||
*@Title: DmbCkSource.java
|
||||
*@Package com.nis.domain.restful
|
||||
*@Description TODO
|
||||
*@author dell
|
||||
*@date 2016年9月9日 上午9:53:04
|
||||
*@version 版本号
|
||||
*/
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.ibatis.type.Alias;
|
||||
|
||||
import com.nis.domain.restful.ConfigCommonSource;
|
||||
|
||||
/**
|
||||
* @ClassName: DmbCkSource.java
|
||||
* @Description: TODO
|
||||
* @author (wx)
|
||||
* @date 2016年9月9日 上午9:53:04
|
||||
* @version V1.0
|
||||
*/
|
||||
@Alias("jkDmbCkSource")
|
||||
public class JkDmbCkSource extends ConfigCommonSource{
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID:TODO(用一句话描述这个变量表示什么)
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = 262835095511967504L;
|
||||
private static final String DEFAULT_VERSION = "1.0";
|
||||
private List<JkDmbCk> dmbCkList;
|
||||
|
||||
|
||||
/**
|
||||
* 创建一个新的实例 DmbCkSource.
|
||||
*
|
||||
*/
|
||||
public JkDmbCkSource() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
this.version=DEFAULT_VERSION;
|
||||
}
|
||||
public JkDmbCkSource(String version) {
|
||||
this.version=version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return version
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param version 要设置的 version
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return operator
|
||||
*/
|
||||
public String getOperator() {
|
||||
return operator;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param operator 要设置的 operator
|
||||
*/
|
||||
public void setOperator(String operator) {
|
||||
this.operator = operator;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return opTime
|
||||
*/
|
||||
public Date getOpTime() {
|
||||
return opTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param opTime 要设置的 opTime
|
||||
*/
|
||||
public void setOpTime(Date opTime) {
|
||||
this.opTime = opTime;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @return opAction
|
||||
*/
|
||||
public Integer getOpAction() {
|
||||
return opAction;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param opAction 要设置的 opAction
|
||||
*/
|
||||
public void setOpAction(Integer opAction) {
|
||||
this.opAction = opAction;
|
||||
}
|
||||
|
||||
/**
|
||||
* dmbCkList
|
||||
* @return dmbCkList
|
||||
*/
|
||||
|
||||
public List<JkDmbCk> getDmbCkList() {
|
||||
return dmbCkList;
|
||||
}
|
||||
/**
|
||||
* @param dmbCkList the dmbCkList to set
|
||||
*/
|
||||
public void setDmbCkList(List<JkDmbCk> dmbCkList) {
|
||||
this.dmbCkList = dmbCkList;
|
||||
}
|
||||
}
|
||||
@@ -1,208 +0,0 @@
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.nis.domain.BaseEntity;
|
||||
import com.nis.util.JsonDateSerializer;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* JkFdZb entity.
|
||||
*/
|
||||
|
||||
public class JkFdZb extends BaseEntity<JkFdZb>{
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private static final Long serialVersionUID = 6166248976615344964L;
|
||||
// Fields
|
||||
@ApiModelProperty(value="全局编号", required=true)
|
||||
private Long gId;
|
||||
@ApiModelProperty(value="总表编号", required=true)
|
||||
private Long zbId;
|
||||
@ApiModelProperty(value="封堵方式", required=true)
|
||||
private Long fdFs;
|
||||
@ApiModelProperty(value="是否封堵", required=true)
|
||||
private Long sfFd;
|
||||
@ApiModelProperty(value="IP地址", required=true)
|
||||
private String jkIp;
|
||||
@ApiModelProperty(value="掩码", required=true)
|
||||
private Long jkYm;
|
||||
@ApiModelProperty(value="生效运营商", required=true)
|
||||
private String ispRaw;
|
||||
@ApiModelProperty(value="生效范围", required=true)
|
||||
private String sxFw;
|
||||
@ApiModelProperty(value="最后修改时间", required=true)
|
||||
private Date lastUpdate;
|
||||
/*@ApiModelProperty(value="IP地址类型", required=true)
|
||||
private Integer addrType;*/
|
||||
// @ApiModelProperty(value="网站名称", required=true)
|
||||
// private String jkWzMc;
|
||||
// @ApiModelProperty(value="域名", required=true)
|
||||
// private String jkDns;
|
||||
// @ApiModelProperty(value="有害分类", required=true)
|
||||
// private Long jkFl;
|
||||
// @ApiModelProperty(value="有害性质", required=true)
|
||||
// private Long jkXz;
|
||||
// @ApiModelProperty(value="网站语言", required=true)
|
||||
// private Long jkYy;
|
||||
// @ApiModelProperty(value="通知单位", required=true)
|
||||
// private String jkTzdw;
|
||||
// @ApiModelProperty(value="来文函号", required=true)
|
||||
// private String lwhh;
|
||||
// @ApiModelProperty(value="预审员", required=true)
|
||||
// private Long czyId;
|
||||
// @ApiModelProperty(value="预审时间", required=true)
|
||||
// private Date jkSj1;
|
||||
// @ApiModelProperty(value="审核员", required=true)
|
||||
// private Long jkShy;
|
||||
// @ApiModelProperty(value="审核时间", required=true)
|
||||
// private Date jkSj2;
|
||||
// @ApiModelProperty(value="审批单号", required=true)
|
||||
// private String spd;
|
||||
// @ApiModelProperty(value="控管操作员", required=true)
|
||||
// private Long kgczyid;
|
||||
// @ApiModelProperty(value="控管操作时间", required=true)
|
||||
// private Date kgczysj;
|
||||
// @ApiModelProperty(value="用户组ID", required=true)
|
||||
// private Long groupid;
|
||||
// @ApiModelProperty(value="任务", required=true)
|
||||
// private String rw;
|
||||
// @ApiModelProperty(value="备注信息", required=true)
|
||||
// private String jkBz;
|
||||
// @ApiModelProperty(value="首次封堵时间", required=true)
|
||||
// private String yl;
|
||||
// @ApiModelProperty(value="有害网址配置ID", required=true)
|
||||
// private Long yhwzId;
|
||||
// @ApiModelProperty(value="截止日期", required=true)
|
||||
// private Date yxrq;
|
||||
// @ApiModelProperty(value="登记人", required=true)
|
||||
// private Long djyid;
|
||||
// @ApiModelProperty(value="登记时间 ", required=true)
|
||||
// private Date djsj;
|
||||
// @ApiModelProperty(value="复核人", required=true)
|
||||
// private Long fhyid;
|
||||
// @ApiModelProperty(value="复核时间", required=true)
|
||||
// private Date fhsj;
|
||||
// @ApiModelProperty(value="有害网址预审员", required=true)
|
||||
// private Long yhwzysy;
|
||||
// @ApiModelProperty(value="有害网址预审时间 ", required=true)
|
||||
// private Date yhwzyssj;
|
||||
// @ApiModelProperty(value="有害网址审核员", required=true)
|
||||
// private Long yhwzshy;
|
||||
// @ApiModelProperty(value="有害网址审核时间 ", required=true)
|
||||
// private Date yhwzshsj;
|
||||
// @ApiModelProperty(value="国际出口ID", required=true)
|
||||
// private Long ipzyYsy;
|
||||
// @ApiModelProperty(value="预审时间", required=true)
|
||||
// private Date ipzyYssj;
|
||||
// @ApiModelProperty(value="审核员", required=true)
|
||||
// private Long ipzyShy;
|
||||
// @ApiModelProperty(value="审核时间", required=true)
|
||||
// private Date ipzyShsj;
|
||||
// @ApiModelProperty(value="整型IP地址", required=true)
|
||||
// private Long ipNum;
|
||||
// @ApiModelProperty(value="生效运营商范围", required=true)
|
||||
// private Long isp;
|
||||
// @ApiModelProperty(value="预留1", required=true)
|
||||
// private Long yl1;
|
||||
// @ApiModelProperty(value="预留2", required=true)
|
||||
// private Long yl2;
|
||||
// @ApiModelProperty(value="预留3", required=true)
|
||||
// private String yl3;
|
||||
// @ApiModelProperty(value="预留4", required=true)
|
||||
// private String yl4;
|
||||
// @ApiModelProperty(value="预留5", required=true)
|
||||
// private String yl5;
|
||||
|
||||
public Long getGId() {
|
||||
return gId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public void setGId(Long gId) {
|
||||
this.gId = gId;
|
||||
}
|
||||
// Property accessors
|
||||
|
||||
public Long getZbId() {
|
||||
return this.zbId;
|
||||
}
|
||||
|
||||
public void setZbId(Long zbId) {
|
||||
this.zbId = zbId;
|
||||
}
|
||||
|
||||
public Long getFdFs() {
|
||||
return this.fdFs;
|
||||
}
|
||||
|
||||
public void setFdFs(Long fdFs) {
|
||||
this.fdFs = fdFs;
|
||||
}
|
||||
|
||||
public Long getSfFd() {
|
||||
return this.sfFd;
|
||||
}
|
||||
|
||||
public void setSfFd(Long sfFd) {
|
||||
this.sfFd = sfFd;
|
||||
}
|
||||
|
||||
/*public Integer getAddrType() {
|
||||
return addrType;
|
||||
}
|
||||
|
||||
public void setAddrType(Integer addrType) {
|
||||
this.addrType = addrType;
|
||||
}
|
||||
*/
|
||||
public String getJkIp() {
|
||||
return this.jkIp;
|
||||
}
|
||||
|
||||
public void setJkIp(String jkIp) {
|
||||
this.jkIp = jkIp;
|
||||
}
|
||||
|
||||
public Long getJkYm() {
|
||||
return this.jkYm;
|
||||
}
|
||||
|
||||
public void setJkYm(Long jkYm) {
|
||||
this.jkYm = jkYm;
|
||||
}
|
||||
|
||||
public String getSxFw() {
|
||||
return this.sxFw;
|
||||
}
|
||||
|
||||
public void setSxFw(String sxFw) {
|
||||
this.sxFw = sxFw;
|
||||
}
|
||||
|
||||
public String getIspRaw() {
|
||||
return ispRaw;
|
||||
}
|
||||
public void setIspRaw(String ispRaw) {
|
||||
this.ispRaw = ispRaw;
|
||||
}
|
||||
@JsonIgnore
|
||||
/*@JsonSerialize(using=JsonDateSerializer.class)*/
|
||||
public Date getLastUpdate() {
|
||||
return lastUpdate;
|
||||
}
|
||||
public void setLastUpdate(Date lastUpdate) {
|
||||
this.lastUpdate = lastUpdate;
|
||||
}
|
||||
|
||||
@JsonIgnore
|
||||
@Override
|
||||
public Long getId() {
|
||||
// TODO Auto-generated method stub
|
||||
return super.getId();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,122 +0,0 @@
|
||||
/**
|
||||
*@Title: JkFdZbSource.java
|
||||
*@Package com.nis.domain.restful.gk
|
||||
*@Description TODO
|
||||
*@author ddm
|
||||
*@date 2016年10月20日 上午9:13:04
|
||||
*@version V1.0
|
||||
*/
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import com.nis.domain.restful.ConfigCommonSource;
|
||||
|
||||
/**
|
||||
* @ClassName: JkFdZbSource.java
|
||||
* @Description: TODO
|
||||
* @author (wx)
|
||||
*@date 2016年10月20日 上午9:13:04
|
||||
* @version V1.0
|
||||
*/
|
||||
public class JkFdZbSource extends ConfigCommonSource{
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID:TODO(用一句话描述这个变量表示什么)
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private static final long serialVersionUID = 78331728636991746L;
|
||||
|
||||
|
||||
private static final String DEFAULT_VERSION = "1.0";
|
||||
private List<JkFdZb> jkFdZbList;
|
||||
|
||||
|
||||
/**
|
||||
* 创建一个新的实例 JkFdZbSource.
|
||||
*
|
||||
*/
|
||||
public JkFdZbSource() {
|
||||
super();
|
||||
this.version=DEFAULT_VERSION;
|
||||
}
|
||||
public JkFdZbSource(String version) {
|
||||
this.version=version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return version
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param version 要设置的 version
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return operator
|
||||
*/
|
||||
public String getOperator() {
|
||||
return operator;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param operator 要设置的 operator
|
||||
*/
|
||||
public void setOperator(String operator) {
|
||||
this.operator = operator;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return opTime
|
||||
*/
|
||||
public Date getOpTime() {
|
||||
return opTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param opTime 要设置的 opTime
|
||||
*/
|
||||
public void setOpTime(Date opTime) {
|
||||
this.opTime = opTime;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @return opAction
|
||||
*/
|
||||
public Integer getOpAction() {
|
||||
return opAction;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param opAction 要设置的 opAction
|
||||
*/
|
||||
public void setOpAction(Integer opAction) {
|
||||
this.opAction = opAction;
|
||||
}
|
||||
|
||||
/**
|
||||
* jkFdZbList
|
||||
* @return jkFdZbList
|
||||
*/
|
||||
|
||||
public List<JkFdZb> getJkFdZbList() {
|
||||
return jkFdZbList;
|
||||
}
|
||||
/**
|
||||
* @param jkFdZbList the jkFdZbList to set
|
||||
*/
|
||||
public void setJkFdZbList(List<JkFdZb> jkFdZbList) {
|
||||
this.jkFdZbList = jkFdZbList;
|
||||
}
|
||||
}
|
||||
@@ -1,99 +0,0 @@
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.BaseEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
*
|
||||
* @ClassName: JkFfj.java
|
||||
* @Description: TODO
|
||||
* @author (zbc)
|
||||
* @date 2016年10月19日 下午20:04:16
|
||||
* @version V1.0
|
||||
*/
|
||||
public class JkFfjInfo extends BaseEntity<JkFfjInfo> {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = -3343607423394648914L;
|
||||
|
||||
@ApiModelProperty(value="全局编号", required=true)
|
||||
protected Long gId;
|
||||
@ApiModelProperty(value="分发机编号", required=true)
|
||||
protected Long ffjId;
|
||||
@ApiModelProperty(value="分发机名称", required=true)
|
||||
protected String ffjMc;
|
||||
@ApiModelProperty(value="分发机IP", required=true)
|
||||
protected String ffjIp;
|
||||
@ApiModelProperty(value="分发机角色", required=true)
|
||||
protected Long ffjJs;
|
||||
@ApiModelProperty(value="控管范围", required=true)
|
||||
protected Long kgFw;
|
||||
@ApiModelProperty(value="是否生效", required=true)
|
||||
protected Long sfSx;
|
||||
@ApiModelProperty(value="生效范围", required=true)
|
||||
protected String sxFw;
|
||||
|
||||
|
||||
public Long getgId() {
|
||||
return gId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public void setgId(Long gId) {
|
||||
this.gId = gId;
|
||||
}
|
||||
public Long getFfjId() {
|
||||
return ffjId;
|
||||
}
|
||||
public void setFfjId(Long ffjId) {
|
||||
this.ffjId = ffjId;
|
||||
}
|
||||
public String getFfjMc() {
|
||||
return ffjMc;
|
||||
}
|
||||
public void setFfjMc(String ffjMc) {
|
||||
this.ffjMc = ffjMc;
|
||||
}
|
||||
public String getFfjIp() {
|
||||
return ffjIp;
|
||||
}
|
||||
public void setFfjIp(String ffjIp) {
|
||||
this.ffjIp = ffjIp;
|
||||
}
|
||||
public Long getFfjJs() {
|
||||
return ffjJs;
|
||||
}
|
||||
public void setFfjJs(Long ffjJs) {
|
||||
this.ffjJs = ffjJs;
|
||||
}
|
||||
public Long getKgFw() {
|
||||
return kgFw;
|
||||
}
|
||||
public void setKgFw(Long kgFw) {
|
||||
this.kgFw = kgFw;
|
||||
}
|
||||
public Long getSfSx() {
|
||||
return sfSx;
|
||||
}
|
||||
public void setSfSx(Long sfSx) {
|
||||
this.sfSx = sfSx;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSxFw() {
|
||||
return sxFw;
|
||||
}
|
||||
public void setSxFw(String sxFw) {
|
||||
sxFw="0";
|
||||
this.sxFw = sxFw;
|
||||
}
|
||||
|
||||
|
||||
@JsonIgnore
|
||||
@Override
|
||||
public Long getId() {
|
||||
return super.getId();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,51 +0,0 @@
|
||||
/**
|
||||
*@Title: JkFfjInfoSource.java
|
||||
*@Package com.nis.domain.restful
|
||||
*@Description TODO
|
||||
*@author dell
|
||||
* @date 2016年10月19日 下午20:04:16
|
||||
*@version 版本号
|
||||
*/
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.nis.domain.restful.ConfigCommonSource;
|
||||
|
||||
/**
|
||||
* @ClassName: JkFfjInfoSource.java
|
||||
* @Description: TODO
|
||||
* @author (zbc)
|
||||
* @date 2016年10月19日 下午20:04:16
|
||||
* @version V1.0
|
||||
*/
|
||||
public class JkFfjInfoSource extends ConfigCommonSource {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = 8841765964336072965L;
|
||||
|
||||
|
||||
private static final String DEFAULT_VERSION = "1.0";
|
||||
private List<JkFfjInfo> jkffjList;
|
||||
|
||||
public JkFfjInfoSource() {
|
||||
super();
|
||||
super.version=DEFAULT_VERSION;
|
||||
}
|
||||
|
||||
public JkFfjInfoSource(String version) {
|
||||
super();
|
||||
super.version = version;
|
||||
}
|
||||
|
||||
|
||||
public List<JkFfjInfo> getJkffjList() {
|
||||
return jkffjList;
|
||||
}
|
||||
|
||||
public void setJkffjList(List<JkFfjInfo> jkffjList) {
|
||||
this.jkffjList = jkffjList;
|
||||
}
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
|
||||
import com.nis.domain.BaseEntity;
|
||||
import com.nis.util.JsonDateSerializer;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
public class JkFwqInfo extends BaseEntity<JkFwqInfo> {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = 2875730011488077179L;
|
||||
|
||||
@ApiModelProperty(value="全局编号", required=true)
|
||||
protected Long gId;
|
||||
@ApiModelProperty(value="服务器编号", required=true)
|
||||
protected Long fwqId;
|
||||
@ApiModelProperty(value="服务器名称", required=true)
|
||||
protected String fwqMc;
|
||||
@ApiModelProperty(value="服务器IP地址", required=true)
|
||||
protected String fwqIp;
|
||||
@ApiModelProperty(value="是否生效", required=true)
|
||||
protected Long sfSx;
|
||||
@ApiModelProperty(value="生效范围", required=true)
|
||||
protected String sxFw;
|
||||
|
||||
|
||||
public Long getgId() {
|
||||
return gId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public void setgId(Long gId) {
|
||||
this.gId = gId;
|
||||
}
|
||||
public Long getFwqId() {
|
||||
return fwqId;
|
||||
}
|
||||
public void setFwqId(Long fwqId) {
|
||||
this.fwqId = fwqId;
|
||||
}
|
||||
public String getFwqMc() {
|
||||
return fwqMc;
|
||||
}
|
||||
public void setFwqMc(String fwqMc) {
|
||||
this.fwqMc = fwqMc;
|
||||
}
|
||||
public String getFwqIp() {
|
||||
return fwqIp;
|
||||
}
|
||||
public void setFwqIp(String fwqIp) {
|
||||
this.fwqIp = fwqIp;
|
||||
}
|
||||
public Long getSfSx() {
|
||||
return sfSx;
|
||||
}
|
||||
public void setSfSx(Long sfSx) {
|
||||
this.sfSx = sfSx;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSxFw() {
|
||||
return sxFw;
|
||||
}
|
||||
public void setSxFw(String sxFw) {
|
||||
this.sxFw = sxFw;
|
||||
}
|
||||
|
||||
|
||||
@JsonIgnore
|
||||
@Override
|
||||
public Long getId() {
|
||||
return super.getId();
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,52 +0,0 @@
|
||||
/**
|
||||
*@Title: JkFwqInfoSource.java
|
||||
*@Package com.nis.domain.restful
|
||||
*@Description TODO
|
||||
*@author dell
|
||||
* @date 2016年10月19日 下午20:04:16
|
||||
*@version 版本号
|
||||
*/
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.nis.domain.restful.ConfigCommonSource;
|
||||
|
||||
/**
|
||||
* @ClassName: JkFwqInfoSource.java
|
||||
* @Description: TODO
|
||||
* @author (zbc)
|
||||
* @date 2016年10月19日 下午20:04:16
|
||||
* @version V1.0
|
||||
*/
|
||||
public class JkFwqInfoSource extends ConfigCommonSource {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID
|
||||
*/
|
||||
private static final long serialVersionUID = -2670423354555878411L;
|
||||
|
||||
private static final String DEFAULT_VERSION = "1.0";
|
||||
private List<JkFwqInfo> jkFwqList;
|
||||
|
||||
|
||||
public JkFwqInfoSource() {
|
||||
super();
|
||||
super.version = DEFAULT_VERSION;
|
||||
}
|
||||
|
||||
public JkFwqInfoSource(String version) {
|
||||
super();
|
||||
super.version = version;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public List<JkFwqInfo> getJkFwqInfoList() {
|
||||
return jkFwqList;
|
||||
}
|
||||
|
||||
public void setJkFwqList(List<JkFwqInfo> jkFwqList) {
|
||||
this.jkFwqList = jkFwqList;
|
||||
}
|
||||
}
|
||||
@@ -1,136 +0,0 @@
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||
import com.nis.domain.BaseEntity;
|
||||
import com.wordnik.swagger.annotations.ApiModelProperty;
|
||||
|
||||
/**
|
||||
* JkLyq entity. @author MyEclipse Persistence Tools
|
||||
*/
|
||||
|
||||
public class JkLyq extends BaseEntity<JkLyq> {
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID:TODO(用一句话描述这个变量表示什么)
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = -4644455398744485045L;
|
||||
// Fields
|
||||
// @ApiModelProperty(value="全局编号", required=true)
|
||||
private Long gId;
|
||||
@ApiModelProperty(value="路由器编号", required=true)
|
||||
private Long lyqId;
|
||||
@ApiModelProperty(value="路由器名称", required=true)
|
||||
private String lyqMc;
|
||||
@ApiModelProperty(value="控管服务器编号", required=true)
|
||||
private Long fwqId;
|
||||
@ApiModelProperty(value="虚拟主机编号", required=true)
|
||||
private Long kgfs;
|
||||
@ApiModelProperty(value="国际出口编号", required=true)
|
||||
private Long gjCkId;
|
||||
@ApiModelProperty(value="是否生效", required=true)
|
||||
private Long sfSx;
|
||||
@ApiModelProperty(value="生效范围", required=true)
|
||||
private String sxFw;
|
||||
// @ApiModelProperty(value="操作员", required=true)
|
||||
// private Long czyId;
|
||||
// @ApiModelProperty(value="操作时间", required=true)
|
||||
// private Date czSj;
|
||||
// @ApiModelProperty(value="备注", required=false)
|
||||
// private String bz;
|
||||
// @ApiModelProperty(value="预留", required=false)
|
||||
// private String yl;
|
||||
@ApiModelProperty(value="监听的端口", required=false)
|
||||
private Long fwqDk;
|
||||
|
||||
// Constructors
|
||||
|
||||
/** default constructor */
|
||||
public JkLyq() {
|
||||
}
|
||||
|
||||
// Property accessors
|
||||
/* (non-Javadoc)
|
||||
* @see com.nis.domain.BaseEntity#getId()
|
||||
*/
|
||||
@Override
|
||||
@JsonIgnore
|
||||
public Long getId() {
|
||||
// TODO Auto-generated method stub
|
||||
return super.getId();
|
||||
}
|
||||
public Long getLyqId() {
|
||||
return this.lyqId;
|
||||
}
|
||||
|
||||
public void setLyqId(Long lyqId) {
|
||||
this.lyqId = lyqId;
|
||||
}
|
||||
@JsonIgnore
|
||||
public Long getGId() {
|
||||
return this.gId;
|
||||
}
|
||||
|
||||
public void setGId(Long gId) {
|
||||
this.gId = gId;
|
||||
}
|
||||
|
||||
public String getLyqMc() {
|
||||
return this.lyqMc;
|
||||
}
|
||||
|
||||
public void setLyqMc(String lyqMc) {
|
||||
this.lyqMc = lyqMc;
|
||||
}
|
||||
|
||||
public Long getFwqId() {
|
||||
return this.fwqId;
|
||||
}
|
||||
|
||||
public void setFwqId(Long fwqId) {
|
||||
this.fwqId = fwqId;
|
||||
}
|
||||
|
||||
public Long getKgfs() {
|
||||
return this.kgfs;
|
||||
}
|
||||
|
||||
public void setKgfs(Long kgfs) {
|
||||
this.kgfs = kgfs;
|
||||
}
|
||||
|
||||
public Long getGjCkId() {
|
||||
return this.gjCkId;
|
||||
}
|
||||
|
||||
public void setGjCkId(Long gjCkId) {
|
||||
this.gjCkId = gjCkId;
|
||||
}
|
||||
|
||||
public Long getSfSx() {
|
||||
return this.sfSx;
|
||||
}
|
||||
|
||||
public void setSfSx(Long sfSx) {
|
||||
this.sfSx = sfSx;
|
||||
}
|
||||
@JsonIgnore
|
||||
public String getSxFw() {
|
||||
return this.sxFw;
|
||||
}
|
||||
|
||||
public void setSxFw(String sxFw) {
|
||||
this.sxFw = sxFw;
|
||||
}
|
||||
|
||||
public Long getFwqDk() {
|
||||
return this.fwqDk;
|
||||
}
|
||||
|
||||
public void setFwqDk(Long fwqDk) {
|
||||
this.fwqDk = fwqDk;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -1,122 +0,0 @@
|
||||
/**
|
||||
*@Title: JkLyqSource.java
|
||||
*@Package com.nis.domain.restful.jk
|
||||
*@Description TODO
|
||||
*@author dell
|
||||
*@date 2016年9月9日 上午9:53:04
|
||||
*@version 版本号
|
||||
*/
|
||||
package com.nis.domain.restful.jk;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
import com.nis.domain.restful.ConfigCommonSource;
|
||||
|
||||
/**
|
||||
* @ClassName: JkLyqSource.java
|
||||
* @Description: TODO
|
||||
* @author (wx)
|
||||
* @date 2016年9月9日 上午9:53:04
|
||||
* @version V1.0
|
||||
*/
|
||||
public class JkLyqSource extends ConfigCommonSource{
|
||||
|
||||
/**
|
||||
* @Fields serialVersionUID:TODO(用一句话描述这个变量表示什么)
|
||||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
|
||||
private static final long serialVersionUID = 262835095511967504L;
|
||||
private static final String DEFAULT_VERSION = "1.0";
|
||||
private List<JkLyq> jkLyqList;
|
||||
|
||||
|
||||
/**
|
||||
* 创建一个新的实例 DmbCkSource.
|
||||
*
|
||||
*/
|
||||
public JkLyqSource() {
|
||||
super();
|
||||
// TODO Auto-generated constructor stub
|
||||
this.version=DEFAULT_VERSION;
|
||||
}
|
||||
public JkLyqSource(String version) {
|
||||
this.version=version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return version
|
||||
*/
|
||||
public String getVersion() {
|
||||
return version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param version 要设置的 version
|
||||
*/
|
||||
public void setVersion(String version) {
|
||||
this.version = version;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return operator
|
||||
*/
|
||||
public String getOperator() {
|
||||
return operator;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param operator 要设置的 operator
|
||||
*/
|
||||
public void setOperator(String operator) {
|
||||
this.operator = operator;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return opTime
|
||||
*/
|
||||
public Date getOpTime() {
|
||||
return opTime;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param opTime 要设置的 opTime
|
||||
*/
|
||||
public void setOpTime(Date opTime) {
|
||||
this.opTime = opTime;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* @return opAction
|
||||
*/
|
||||
public Integer getOpAction() {
|
||||
return opAction;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param opAction 要设置的 opAction
|
||||
*/
|
||||
public void setOpAction(Integer opAction) {
|
||||
this.opAction = opAction;
|
||||
}
|
||||
|
||||
/**
|
||||
* jkLyqList
|
||||
* @return jkLyqList
|
||||
*/
|
||||
|
||||
public List<JkLyq> getJkLyqList() {
|
||||
return jkLyqList;
|
||||
}
|
||||
/**
|
||||
* @param jkLyqList the jkLyqList to set
|
||||
*/
|
||||
public void setJkLyqList(List<JkLyq> jkLyqList) {
|
||||
this.jkLyqList = jkLyqList;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user