报销接口编写,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 lombok.*;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author:hecan
|
||||
* @Description:费用报销报销明细总
|
||||
|
@ -48,26 +50,14 @@ public class OerDjmlEntity extends BaseEntity {
|
|||
private String pzh;//凭证号
|
||||
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 List<GbiZbsyrecAllEntity> gbiZbsyrecAllEntitylist;
|
||||
private List<OerDjnrAllEntity> oerDjnrAllEntityList;
|
||||
private List<OerYszbAllEntity> oerYszbAllEntityList;
|
||||
|
||||
|
||||
|
||||
public String getMlId() {
|
||||
return mlId;
|
||||
}
|
||||
|
@ -340,83 +330,28 @@ public class OerDjmlEntity extends BaseEntity {
|
|||
this.lclb = lclb;
|
||||
}
|
||||
|
||||
public String getXmdm() {
|
||||
return xmdm;
|
||||
public List<GbiZbsyrecAllEntity> getGbiZbsyrecAllEntitylist() {
|
||||
return gbiZbsyrecAllEntitylist;
|
||||
}
|
||||
|
||||
public void setXmdm(String xmdm) {
|
||||
this.xmdm = xmdm;
|
||||
public void setGbiZbsyrecAllEntitylist(List<GbiZbsyrecAllEntity> gbiZbsyrecAllEntitylist) {
|
||||
this.gbiZbsyrecAllEntitylist = gbiZbsyrecAllEntitylist;
|
||||
}
|
||||
|
||||
public String getXmmc() {
|
||||
return xmmc;
|
||||
public List<OerDjnrAllEntity> getOerDjnrAllEntityList() {
|
||||
return oerDjnrAllEntityList;
|
||||
}
|
||||
|
||||
public void setXmmc(String xmmc) {
|
||||
this.xmmc = xmmc;
|
||||
public void setOerDjnrAllEntityList(List<OerDjnrAllEntity> oerDjnrAllEntityList) {
|
||||
this.oerDjnrAllEntityList = oerDjnrAllEntityList;
|
||||
}
|
||||
|
||||
public String getJjdm() {
|
||||
return jjdm;
|
||||
public List<OerYszbAllEntity> getOerYszbAllEntityList() {
|
||||
return oerYszbAllEntityList;
|
||||
}
|
||||
|
||||
public void setJjdm(String jjdm) {
|
||||
this.jjdm = jjdm;
|
||||
public void setOerYszbAllEntityList(List<OerYszbAllEntity> oerYszbAllEntityList) {
|
||||
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