报销接口编写,esb转发修改校验规则
This commit is contained in:
parent
3c6cd595ca
commit
883c388d9f
|
@ -3,6 +3,8 @@ package com.hzya.frame.grpU8.nxproof.oerdjml.entity;
|
||||||
import com.hzya.frame.web.entity.BaseEntity;
|
import com.hzya.frame.web.entity.BaseEntity;
|
||||||
import lombok.*;
|
import lombok.*;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @Author:hecan
|
* @Author:hecan
|
||||||
* @Description:费用报销报销明细总
|
* @Description:费用报销报销明细总
|
||||||
|
@ -48,26 +50,14 @@ public class OerDjmlEntity extends BaseEntity {
|
||||||
private String pzh;//凭证号
|
private String pzh;//凭证号
|
||||||
private String fph;//发票号
|
private String fph;//发票号
|
||||||
|
|
||||||
//项目代码
|
|
||||||
private String xmdm;
|
|
||||||
//项目名称
|
|
||||||
private String xmmc;
|
|
||||||
//经济代码
|
|
||||||
private String jjdm;
|
|
||||||
//经济名称
|
|
||||||
private String jjmc;
|
|
||||||
private String yhzh;//银行账户
|
|
||||||
private String khyh;//开户银行
|
|
||||||
//差旅费出差人
|
|
||||||
private String clf_ccr;
|
|
||||||
//送审日期
|
|
||||||
private String ssrq;
|
|
||||||
//送审人id
|
|
||||||
private String ssrid;
|
|
||||||
//送审人
|
|
||||||
private String ssr;
|
|
||||||
private byte[] RptRtContent;
|
private byte[] RptRtContent;
|
||||||
|
|
||||||
|
private List<GbiZbsyrecAllEntity> gbiZbsyrecAllEntitylist;
|
||||||
|
private List<OerDjnrAllEntity> oerDjnrAllEntityList;
|
||||||
|
private List<OerYszbAllEntity> oerYszbAllEntityList;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public String getMlId() {
|
public String getMlId() {
|
||||||
return mlId;
|
return mlId;
|
||||||
}
|
}
|
||||||
|
@ -340,83 +330,28 @@ public class OerDjmlEntity extends BaseEntity {
|
||||||
this.lclb = lclb;
|
this.lclb = lclb;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getXmdm() {
|
public List<GbiZbsyrecAllEntity> getGbiZbsyrecAllEntitylist() {
|
||||||
return xmdm;
|
return gbiZbsyrecAllEntitylist;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setXmdm(String xmdm) {
|
public void setGbiZbsyrecAllEntitylist(List<GbiZbsyrecAllEntity> gbiZbsyrecAllEntitylist) {
|
||||||
this.xmdm = xmdm;
|
this.gbiZbsyrecAllEntitylist = gbiZbsyrecAllEntitylist;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getXmmc() {
|
public List<OerDjnrAllEntity> getOerDjnrAllEntityList() {
|
||||||
return xmmc;
|
return oerDjnrAllEntityList;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setXmmc(String xmmc) {
|
public void setOerDjnrAllEntityList(List<OerDjnrAllEntity> oerDjnrAllEntityList) {
|
||||||
this.xmmc = xmmc;
|
this.oerDjnrAllEntityList = oerDjnrAllEntityList;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getJjdm() {
|
public List<OerYszbAllEntity> getOerYszbAllEntityList() {
|
||||||
return jjdm;
|
return oerYszbAllEntityList;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setJjdm(String jjdm) {
|
public void setOerYszbAllEntityList(List<OerYszbAllEntity> oerYszbAllEntityList) {
|
||||||
this.jjdm = jjdm;
|
this.oerYszbAllEntityList = oerYszbAllEntityList;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getJjmc() {
|
|
||||||
return jjmc;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setJjmc(String jjmc) {
|
|
||||||
this.jjmc = jjmc;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getYhzh() {
|
|
||||||
return yhzh;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setYhzh(String yhzh) {
|
|
||||||
this.yhzh = yhzh;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getKhyh() {
|
|
||||||
return khyh;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setKhyh(String khyh) {
|
|
||||||
this.khyh = khyh;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getClf_ccr() {
|
|
||||||
return clf_ccr;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setClf_ccr(String clf_ccr) {
|
|
||||||
this.clf_ccr = clf_ccr;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getSsrq() {
|
|
||||||
return ssrq;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setSsrq(String ssrq) {
|
|
||||||
this.ssrq = ssrq;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getSsrid() {
|
|
||||||
return ssrid;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setSsrid(String ssrid) {
|
|
||||||
this.ssrid = ssrid;
|
|
||||||
}
|
|
||||||
|
|
||||||
public String getSsr() {
|
|
||||||
return ssr;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setSsr(String ssr) {
|
|
||||||
this.ssr = ssr;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue