提交实体类
This commit is contained in:
parent
cef61d0699
commit
ee2b90fbc2
22
src_cmb/com/tenwa/sdk/VO/SDKCheckPayDateBackVO.java
Normal file
22
src_cmb/com/tenwa/sdk/VO/SDKCheckPayDateBackVO.java
Normal file
@ -0,0 +1,22 @@
|
||||
package com.tenwa.sdk.VO;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class SDKCheckPayDateBackVO {
|
||||
private SDKCheckPayDateInfoVO info ;
|
||||
private List<SDKCheckPayDateDetail> details ;
|
||||
public SDKCheckPayDateInfoVO getInfo() {
|
||||
return info;
|
||||
}
|
||||
public void setInfo(SDKCheckPayDateInfoVO info) {
|
||||
this.info = info;
|
||||
}
|
||||
public List<SDKCheckPayDateDetail> getDetails() {
|
||||
return details;
|
||||
}
|
||||
public void setDetails(List<SDKCheckPayDateDetail> details) {
|
||||
this.details = details;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
243
src_cmb/com/tenwa/sdk/VO/SDKCheckPayDateDetail.java
Normal file
243
src_cmb/com/tenwa/sdk/VO/SDKCheckPayDateDetail.java
Normal file
@ -0,0 +1,243 @@
|
||||
package com.tenwa.sdk.VO;
|
||||
|
||||
/**
|
||||
* @author tang
|
||||
*
|
||||
*/
|
||||
public class SDKCheckPayDateDetail {
|
||||
|
||||
private String ETYDAT;//交易日
|
||||
private String ETYTIM;//交易时间
|
||||
private String VLTDAT;//起息日
|
||||
private String TRSCOD;//交易类型
|
||||
private String NARYUR;//摘要
|
||||
private String TRSAMTD;//借方金额
|
||||
private String TRSAMTC;//贷方金额
|
||||
private String AMTCDR;//借贷标记
|
||||
private String TRSBLV;//余额
|
||||
private String REFNBR;//流水号
|
||||
private String REQNBR;//流程实例号
|
||||
private String BUSNAM;//业务名称
|
||||
private String NUSAGE;//用途
|
||||
private String YURREF;//业务参考号
|
||||
private String BUSNAR;//业务摘要
|
||||
private String OTRNAR;//其它摘要
|
||||
private String C_RPYBBK;//收/付方开户地区
|
||||
private String RPYNAM;//收/付方名称
|
||||
private String RPYACC;//收/付方帐号
|
||||
private String RPYBBN;//收/付方开户行行号
|
||||
private String RPYBNK;//收/付方开户行名
|
||||
private String RPYADR;//收/付方开户行地址
|
||||
private String C_GSBBBK;//母/子公司所在地区
|
||||
private String GSBACC;//母/子公司帐号
|
||||
private String GSBNAM;//母/子公司名称
|
||||
private String INFFLG;//信息标志
|
||||
private String ATHFLG;//有否附件信息标志
|
||||
private String CHKNBR;//票据号
|
||||
private String RSVFLG;//冲帐标志
|
||||
private String NAREXT;//扩展摘要
|
||||
private String TRSANL;//交易分析码
|
||||
private String REFSUB;//商务支付订单号
|
||||
private String FRMCOD;//企业识别码
|
||||
public String getETYDAT() {
|
||||
return ETYDAT;
|
||||
}
|
||||
public void setETYDAT(String eTYDAT) {
|
||||
ETYDAT = eTYDAT;
|
||||
}
|
||||
public String getETYTIM() {
|
||||
return ETYTIM;
|
||||
}
|
||||
public void setETYTIM(String eTYTIM) {
|
||||
ETYTIM = eTYTIM;
|
||||
}
|
||||
public String getVLTDAT() {
|
||||
return VLTDAT;
|
||||
}
|
||||
public void setVLTDAT(String vLTDAT) {
|
||||
VLTDAT = vLTDAT;
|
||||
}
|
||||
public String getTRSCOD() {
|
||||
return TRSCOD;
|
||||
}
|
||||
public void setTRSCOD(String tRSCOD) {
|
||||
TRSCOD = tRSCOD;
|
||||
}
|
||||
public String getNARYUR() {
|
||||
return NARYUR;
|
||||
}
|
||||
public void setNARYUR(String nARYUR) {
|
||||
NARYUR = nARYUR;
|
||||
}
|
||||
public String getTRSAMTD() {
|
||||
return TRSAMTD;
|
||||
}
|
||||
public void setTRSAMTD(String tRSAMTD) {
|
||||
TRSAMTD = tRSAMTD;
|
||||
}
|
||||
public String getTRSAMTC() {
|
||||
return TRSAMTC;
|
||||
}
|
||||
public void setTRSAMTC(String tRSAMTC) {
|
||||
TRSAMTC = tRSAMTC;
|
||||
}
|
||||
public String getAMTCDR() {
|
||||
return AMTCDR;
|
||||
}
|
||||
public void setAMTCDR(String aMTCDR) {
|
||||
AMTCDR = aMTCDR;
|
||||
}
|
||||
public String getTRSBLV() {
|
||||
return TRSBLV;
|
||||
}
|
||||
public void setTRSBLV(String tRSBLV) {
|
||||
TRSBLV = tRSBLV;
|
||||
}
|
||||
public String getREFNBR() {
|
||||
return REFNBR;
|
||||
}
|
||||
public void setREFNBR(String rEFNBR) {
|
||||
REFNBR = rEFNBR;
|
||||
}
|
||||
public String getREQNBR() {
|
||||
return REQNBR;
|
||||
}
|
||||
public void setREQNBR(String rEQNBR) {
|
||||
REQNBR = rEQNBR;
|
||||
}
|
||||
public String getBUSNAM() {
|
||||
return BUSNAM;
|
||||
}
|
||||
public void setBUSNAM(String bUSNAM) {
|
||||
BUSNAM = bUSNAM;
|
||||
}
|
||||
public String getNUSAGE() {
|
||||
return NUSAGE;
|
||||
}
|
||||
public void setNUSAGE(String nUSAGE) {
|
||||
NUSAGE = nUSAGE;
|
||||
}
|
||||
public String getYURREF() {
|
||||
return YURREF;
|
||||
}
|
||||
public void setYURREF(String yURREF) {
|
||||
YURREF = yURREF;
|
||||
}
|
||||
public String getBUSNAR() {
|
||||
return BUSNAR;
|
||||
}
|
||||
public void setBUSNAR(String bUSNAR) {
|
||||
BUSNAR = bUSNAR;
|
||||
}
|
||||
public String getOTRNAR() {
|
||||
return OTRNAR;
|
||||
}
|
||||
public void setOTRNAR(String oTRNAR) {
|
||||
OTRNAR = oTRNAR;
|
||||
}
|
||||
public String getC_RPYBBK() {
|
||||
return C_RPYBBK;
|
||||
}
|
||||
public void setC_RPYBBK(String c_RPYBBK) {
|
||||
C_RPYBBK = c_RPYBBK;
|
||||
}
|
||||
public String getRPYNAM() {
|
||||
return RPYNAM;
|
||||
}
|
||||
public void setRPYNAM(String rPYNAM) {
|
||||
RPYNAM = rPYNAM;
|
||||
}
|
||||
public String getRPYACC() {
|
||||
return RPYACC;
|
||||
}
|
||||
public void setRPYACC(String rPYACC) {
|
||||
RPYACC = rPYACC;
|
||||
}
|
||||
public String getRPYBBN() {
|
||||
return RPYBBN;
|
||||
}
|
||||
public void setRPYBBN(String rPYBBN) {
|
||||
RPYBBN = rPYBBN;
|
||||
}
|
||||
public String getRPYBNK() {
|
||||
return RPYBNK;
|
||||
}
|
||||
public void setRPYBNK(String rPYBNK) {
|
||||
RPYBNK = rPYBNK;
|
||||
}
|
||||
public String getRPYADR() {
|
||||
return RPYADR;
|
||||
}
|
||||
public void setRPYADR(String rPYADR) {
|
||||
RPYADR = rPYADR;
|
||||
}
|
||||
public String getC_GSBBBK() {
|
||||
return C_GSBBBK;
|
||||
}
|
||||
public void setC_GSBBBK(String c_GSBBBK) {
|
||||
C_GSBBBK = c_GSBBBK;
|
||||
}
|
||||
public String getGSBACC() {
|
||||
return GSBACC;
|
||||
}
|
||||
public void setGSBACC(String gSBACC) {
|
||||
GSBACC = gSBACC;
|
||||
}
|
||||
public String getGSBNAM() {
|
||||
return GSBNAM;
|
||||
}
|
||||
public void setGSBNAM(String gSBNAM) {
|
||||
GSBNAM = gSBNAM;
|
||||
}
|
||||
public String getINFFLG() {
|
||||
return INFFLG;
|
||||
}
|
||||
public void setINFFLG(String iNFFLG) {
|
||||
INFFLG = iNFFLG;
|
||||
}
|
||||
public String getATHFLG() {
|
||||
return ATHFLG;
|
||||
}
|
||||
public void setATHFLG(String aTHFLG) {
|
||||
ATHFLG = aTHFLG;
|
||||
}
|
||||
public String getCHKNBR() {
|
||||
return CHKNBR;
|
||||
}
|
||||
public void setCHKNBR(String cHKNBR) {
|
||||
CHKNBR = cHKNBR;
|
||||
}
|
||||
public String getRSVFLG() {
|
||||
return RSVFLG;
|
||||
}
|
||||
public void setRSVFLG(String rSVFLG) {
|
||||
RSVFLG = rSVFLG;
|
||||
}
|
||||
public String getNAREXT() {
|
||||
return NAREXT;
|
||||
}
|
||||
public void setNAREXT(String nAREXT) {
|
||||
NAREXT = nAREXT;
|
||||
}
|
||||
public String getTRSANL() {
|
||||
return TRSANL;
|
||||
}
|
||||
public void setTRSANL(String tRSANL) {
|
||||
TRSANL = tRSANL;
|
||||
}
|
||||
public String getREFSUB() {
|
||||
return REFSUB;
|
||||
}
|
||||
public void setREFSUB(String rEFSUB) {
|
||||
REFSUB = rEFSUB;
|
||||
}
|
||||
public String getFRMCOD() {
|
||||
return FRMCOD;
|
||||
}
|
||||
public void setFRMCOD(String fRMCOD) {
|
||||
FRMCOD = fRMCOD;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
75
src_cmb/com/tenwa/sdk/VO/SDKCheckPayDateInfoVO.java
Normal file
75
src_cmb/com/tenwa/sdk/VO/SDKCheckPayDateInfoVO.java
Normal file
@ -0,0 +1,75 @@
|
||||
package com.tenwa.sdk.VO;
|
||||
|
||||
public class SDKCheckPayDateInfoVO {
|
||||
private String FUNNAM;
|
||||
private String DATTYP;
|
||||
private String RETCOD;
|
||||
private String ERRMSG;
|
||||
private int STATUS;
|
||||
private String XML;
|
||||
|
||||
public SDKCheckPayDateInfoVO() {
|
||||
|
||||
}
|
||||
|
||||
public SDKCheckPayDateInfoVO(int STATUS,String ERRMSG) {
|
||||
this.STATUS = STATUS;
|
||||
this.ERRMSG = ERRMSG;
|
||||
}
|
||||
public SDKCheckPayDateInfoVO(String XML) {
|
||||
this.STATUS = 1;
|
||||
this.XML = XML;
|
||||
}
|
||||
|
||||
public String getFUNNAM() {
|
||||
return FUNNAM;
|
||||
}
|
||||
|
||||
public void setFUNNAM(String fUNNAM) {
|
||||
FUNNAM = fUNNAM;
|
||||
}
|
||||
|
||||
public String getDATTYP() {
|
||||
return DATTYP;
|
||||
}
|
||||
|
||||
public void setDATTYP(String dATTYP) {
|
||||
DATTYP = dATTYP;
|
||||
}
|
||||
|
||||
public String getRETCOD() {
|
||||
return RETCOD;
|
||||
}
|
||||
|
||||
public void setRETCOD(String rETCOD) {
|
||||
RETCOD = rETCOD;
|
||||
}
|
||||
|
||||
public String getERRMSG() {
|
||||
return ERRMSG;
|
||||
}
|
||||
|
||||
public void setERRMSG(String eRRMSG) {
|
||||
ERRMSG = eRRMSG;
|
||||
}
|
||||
|
||||
public int getSTATUS() {
|
||||
return STATUS;
|
||||
}
|
||||
|
||||
public void setSTATUS(int sTATUS) {
|
||||
STATUS = sTATUS;
|
||||
}
|
||||
|
||||
public String getXML() {
|
||||
return XML;
|
||||
}
|
||||
|
||||
public void setXML(String xML) {
|
||||
XML = xML;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
25
src_cmb/com/tenwa/sdk/VO/SDKToCheckPayDate.java
Normal file
25
src_cmb/com/tenwa/sdk/VO/SDKToCheckPayDate.java
Normal file
@ -0,0 +1,25 @@
|
||||
package com.tenwa.sdk.VO;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class SDKToCheckPayDate {
|
||||
|
||||
private SDKInfoVO INFO ;
|
||||
private SDKTsinfx SDKTSINFX;
|
||||
public SDKInfoVO getINFO() {
|
||||
return INFO;
|
||||
}
|
||||
public void setINFO(SDKInfoVO iNFO) {
|
||||
INFO = iNFO;
|
||||
}
|
||||
public SDKTsinfx getSDKTSINFX() {
|
||||
return SDKTSINFX;
|
||||
}
|
||||
public void setSDKTSINFX(SDKTsinfx sDKTSINFX) {
|
||||
SDKTSINFX = sDKTSINFX;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
64
src_cmb/com/tenwa/sdk/VO/SDKTsinfx.java
Normal file
64
src_cmb/com/tenwa/sdk/VO/SDKTsinfx.java
Normal file
@ -0,0 +1,64 @@
|
||||
package com.tenwa.sdk.VO;
|
||||
|
||||
public class SDKTsinfx {
|
||||
|
||||
private String BBKNBR;//分行号
|
||||
private String C_BBKNBR;//分行名称
|
||||
private String ACCNBR;//账号
|
||||
private String BGNDAT;//起始日期
|
||||
private String ENDDAT;//结束日期
|
||||
private String LOWAMT;//最小金额
|
||||
private String HGHAMT;//最大金额
|
||||
private String AMTCDR;//借贷码
|
||||
public String getBBKNBR() {
|
||||
return BBKNBR;
|
||||
}
|
||||
public void setBBKNBR(String bBKNBR) {
|
||||
BBKNBR = bBKNBR;
|
||||
}
|
||||
public String getC_BBKNBR() {
|
||||
return C_BBKNBR;
|
||||
}
|
||||
public void setC_BBKNBR(String c_BBKNBR) {
|
||||
C_BBKNBR = c_BBKNBR;
|
||||
}
|
||||
public String getACCNBR() {
|
||||
return ACCNBR;
|
||||
}
|
||||
public void setACCNBR(String aCCNBR) {
|
||||
ACCNBR = aCCNBR;
|
||||
}
|
||||
public String getBGNDAT() {
|
||||
return BGNDAT;
|
||||
}
|
||||
public void setBGNDAT(String bGNDAT) {
|
||||
BGNDAT = bGNDAT;
|
||||
}
|
||||
public String getENDDAT() {
|
||||
return ENDDAT;
|
||||
}
|
||||
public void setENDDAT(String eNDDAT) {
|
||||
ENDDAT = eNDDAT;
|
||||
}
|
||||
public String getLOWAMT() {
|
||||
return LOWAMT;
|
||||
}
|
||||
public void setLOWAMT(String lOWAMT) {
|
||||
LOWAMT = lOWAMT;
|
||||
}
|
||||
public String getHGHAMT() {
|
||||
return HGHAMT;
|
||||
}
|
||||
public void setHGHAMT(String hGHAMT) {
|
||||
HGHAMT = hGHAMT;
|
||||
}
|
||||
public String getAMTCDR() {
|
||||
return AMTCDR;
|
||||
}
|
||||
public void setAMTCDR(String aMTCDR) {
|
||||
AMTCDR = aMTCDR;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
92
src_jbo/jbo/app/WECHAT_ADVANCE_SETTLE.java
Normal file
92
src_jbo/jbo/app/WECHAT_ADVANCE_SETTLE.java
Normal file
@ -0,0 +1,92 @@
|
||||
package jbo.app;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* 微信提交提前结清表 - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface WECHAT_ADVANCE_SETTLE{
|
||||
/**
|
||||
* 微信提交提前结清表<br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.WECHAT_ADVANCE_SETTLE";
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
public static final String ID = "ID";
|
||||
/**
|
||||
* 微信标识 STRING(32)<br>
|
||||
*/
|
||||
public static final String openid = "openid";
|
||||
/**
|
||||
* 合同编号 STRING(32)<br>
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* 客户姓名 STRING(32)<br>
|
||||
*/
|
||||
public static final String NAME = "NAME";
|
||||
/**
|
||||
* 客户电话 STRING(32)<br>
|
||||
*/
|
||||
public static final String tel = "tel";
|
||||
/**
|
||||
* 约定终止日 STRING(32)<br>
|
||||
*/
|
||||
public static final String advanceDate = "advanceDate";
|
||||
/**
|
||||
* 申请类型 STRING(15)<br>
|
||||
*/
|
||||
public static final String applytype = "applytype";
|
||||
/**
|
||||
* 审批意见 STRING(500)<br>
|
||||
*/
|
||||
public static final String opinions = "opinions";
|
||||
/**
|
||||
* 审批状态 STRING(10)<br>
|
||||
*/
|
||||
public static final String STATUS = "STATUS";
|
||||
/**
|
||||
* 审批人 STRING(32)<br>
|
||||
*/
|
||||
public static final String opinionsuserid = "opinionsuserid";
|
||||
/**
|
||||
* 业务提醒id STRING(32)<br>
|
||||
*/
|
||||
public static final String messgeId = "messgeId";
|
||||
/**
|
||||
* 合同状态 STRING(10)<br>
|
||||
*/
|
||||
public static final String flowStatus = "flowStatus";
|
||||
/**
|
||||
* 流程id STRING(32)<br>
|
||||
*/
|
||||
public static final String flowUnid = "flowUnid";
|
||||
/**
|
||||
* 登记人 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTUSERID = "INPUTUSERID";
|
||||
/**
|
||||
* 登记部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTORGID = "INPUTORGID";
|
||||
/**
|
||||
* 登记时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTTIME = "INPUTTIME";
|
||||
/**
|
||||
* 更新人 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEUSERID = "UPDATEUSERID";
|
||||
/**
|
||||
* 更新部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEORGID = "UPDATEORGID";
|
||||
/**
|
||||
* 更新时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
}
|
||||
124
src_jbo/jbo/app/WECHAT_BANKNUMBER_CHANGE.java
Normal file
124
src_jbo/jbo/app/WECHAT_BANKNUMBER_CHANGE.java
Normal file
@ -0,0 +1,124 @@
|
||||
package jbo.app;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* 微信提交扣款卡变更表 - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface WECHAT_BANKNUMBER_CHANGE{
|
||||
/**
|
||||
* 微信提交扣款卡变更表<br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.WECHAT_BANKNUMBER_CHANGE";
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
public static final String ID = "ID";
|
||||
/**
|
||||
* 微信标识 STRING(32)<br>
|
||||
*/
|
||||
public static final String openid = "openid";
|
||||
/**
|
||||
* 合同编号 STRING(32)<br>
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* 客户姓名 STRING(32)<br>
|
||||
*/
|
||||
public static final String name = "name";
|
||||
/**
|
||||
* 客户电话 STRING(32)<br>
|
||||
*/
|
||||
public static final String tel = "tel";
|
||||
/**
|
||||
* 合同ID STRING(32)<br>
|
||||
*/
|
||||
public static final String contract_id = "contract_id";
|
||||
/**
|
||||
* 修改前客户名称 STRING(50)<br>
|
||||
*/
|
||||
public static final String bbankaccount = "bbankaccount";
|
||||
/**
|
||||
* 修改前银行账号 STRING(20)<br>
|
||||
*/
|
||||
public static final String bbanknumber = "bbanknumber";
|
||||
/**
|
||||
* 修改前银行名称 STRING(100)<br>
|
||||
*/
|
||||
public static final String bbankname = "bbankname";
|
||||
/**
|
||||
* 修改前预留手机号 STRING(20)<br>
|
||||
*/
|
||||
public static final String bbanktel = "bbanktel";
|
||||
/**
|
||||
* 修改后客户名称 STRING(50)<br>
|
||||
*/
|
||||
public static final String abankaccount = "abankaccount";
|
||||
/**
|
||||
* 修改后银行账号 STRING(40)<br>
|
||||
*/
|
||||
public static final String abanknumber = "abanknumber";
|
||||
/**
|
||||
* 修改后银行名称 STRING(100)<br>
|
||||
*/
|
||||
public static final String abankname = "abankname";
|
||||
/**
|
||||
* 修改后预留手机号 STRING(20)<br>
|
||||
*/
|
||||
public static final String abanktel = "abanktel";
|
||||
/**
|
||||
* 申请类型 STRING(15)<br>
|
||||
*/
|
||||
public static final String applytype = "applytype";
|
||||
/**
|
||||
* 审批意见 STRING(500)<br>
|
||||
*/
|
||||
public static final String opinions = "opinions";
|
||||
/**
|
||||
* 审批状态 STRING(10)<br>
|
||||
*/
|
||||
public static final String STATUS = "STATUS";
|
||||
/**
|
||||
* 审批人 STRING(32)<br>
|
||||
*/
|
||||
public static final String opinionsuserid = "opinionsuserid";
|
||||
/**
|
||||
* 业务提醒id STRING(32)<br>
|
||||
*/
|
||||
public static final String messgeId = "messgeId";
|
||||
/**
|
||||
* 合同状态 STRING(10)<br>
|
||||
*/
|
||||
public static final String flowStatus = "flowStatus";
|
||||
/**
|
||||
* 流程id STRING(32)<br>
|
||||
*/
|
||||
public static final String flowUnid = "flowUnid";
|
||||
/**
|
||||
* 登记人 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTUSERID = "INPUTUSERID";
|
||||
/**
|
||||
* 登记部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTORGID = "INPUTORGID";
|
||||
/**
|
||||
* 登记时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTTIME = "INPUTTIME";
|
||||
/**
|
||||
* 更新人 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEUSERID = "UPDATEUSERID";
|
||||
/**
|
||||
* 更新部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEORGID = "UPDATEORGID";
|
||||
/**
|
||||
* 更新时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
}
|
||||
112
src_jbo/jbo/app/WECHAT_BASIC_CHANGE.java
Normal file
112
src_jbo/jbo/app/WECHAT_BASIC_CHANGE.java
Normal file
@ -0,0 +1,112 @@
|
||||
package jbo.app;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* 微信提交客户基本信息变更表 - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface WECHAT_BASIC_CHANGE{
|
||||
/**
|
||||
* 微信提交客户基本信息变更表<br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.WECHAT_BASIC_CHANGE";
|
||||
/**
|
||||
* 标识 STRING(32)<br>
|
||||
*/
|
||||
public static final String ID = "ID";
|
||||
/**
|
||||
* 微信标识 STRING(32)<br>
|
||||
*/
|
||||
public static final String openid = "openid";
|
||||
/**
|
||||
* 承租人编号 STRING(32)<br>
|
||||
*/
|
||||
public static final String CUSTOMER_ID = "CUSTOMER_ID";
|
||||
/**
|
||||
* 姓名 STRING(32)<br>
|
||||
*/
|
||||
public static final String name = "name";
|
||||
/**
|
||||
* 证件号 STRING(32)<br>
|
||||
*/
|
||||
public static final String certid = "certid";
|
||||
/**
|
||||
* 修改前手机号 STRING(20)<br>
|
||||
*/
|
||||
public static final String btel = "btel";
|
||||
/**
|
||||
* 修改前工作单位地址 STRING(200)<br>
|
||||
*/
|
||||
public static final String bWORKADD = "bWORKADD";
|
||||
/**
|
||||
* 修改前工作名称 STRING(200)<br>
|
||||
*/
|
||||
public static final String bworkname = "bworkname";
|
||||
/**
|
||||
* 修改前居住地址 STRING(200)<br>
|
||||
*/
|
||||
public static final String bFULLADDRESS = "bFULLADDRESS";
|
||||
/**
|
||||
* 修改后手机号 STRING(20)<br>
|
||||
*/
|
||||
public static final String atel = "atel";
|
||||
/**
|
||||
* 修改后工作单位地址 STRING(200)<br>
|
||||
*/
|
||||
public static final String aWORKADD = "aWORKADD";
|
||||
/**
|
||||
* 修改后工作名称 STRING(200)<br>
|
||||
*/
|
||||
public static final String aworkname = "aworkname";
|
||||
/**
|
||||
* 修改后居住地址 STRING(200)<br>
|
||||
*/
|
||||
public static final String aFULLADDRESS = "aFULLADDRESS";
|
||||
/**
|
||||
* 申请类型 STRING(15)<br>
|
||||
*/
|
||||
public static final String applytype = "applytype";
|
||||
/**
|
||||
* 审批意见 STRING(500)<br>
|
||||
*/
|
||||
public static final String opinions = "opinions";
|
||||
/**
|
||||
* 审批状态 STRING(10)<br>
|
||||
*/
|
||||
public static final String status = "status";
|
||||
/**
|
||||
* 审批人 STRING(32)<br>
|
||||
*/
|
||||
public static final String opinionsuserid = "opinionsuserid";
|
||||
/**
|
||||
* 业务提醒id STRING(32)<br>
|
||||
*/
|
||||
public static final String messgeId = "messgeId";
|
||||
/**
|
||||
* 登记人 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTUSERID = "INPUTUSERID";
|
||||
/**
|
||||
* 登记部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTORGID = "INPUTORGID";
|
||||
/**
|
||||
* 登记时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTTIME = "INPUTTIME";
|
||||
/**
|
||||
* 更新人 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEUSERID = "UPDATEUSERID";
|
||||
/**
|
||||
* 更新部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEORGID = "UPDATEORGID";
|
||||
/**
|
||||
* 更新时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
}
|
||||
88
src_jbo/jbo/app/tenwa/calc/LB_PAYMENTRETURN_LOG.java
Normal file
88
src_jbo/jbo/app/tenwa/calc/LB_PAYMENTRETURN_LOG.java
Normal file
@ -0,0 +1,88 @@
|
||||
package jbo.app.tenwa.calc;
|
||||
|
||||
import java.lang.String;
|
||||
|
||||
/**
|
||||
* - JBO命名常量类<br><br>
|
||||
* Note: This file is generated by ADE tools, <em>dont</em> modify it.<br>
|
||||
|
||||
*/
|
||||
public interface LB_PAYMENTRETURN_LOG{
|
||||
/**
|
||||
* <br><br>
|
||||
* 代表本类映射的BizObjectClass
|
||||
*/
|
||||
public static final String CLASS_NAME = "jbo.app.tenwa.calc.LB_PAYMENTRETURN_LOG";
|
||||
/**
|
||||
* 主键 STRING(32)<br>
|
||||
*/
|
||||
public static final String id = "id";
|
||||
/**
|
||||
* 合同编号 STRING(50)<br>
|
||||
*/
|
||||
public static final String contract_no = "contract_no";
|
||||
/**
|
||||
* 渠道 STRING(100)<br>
|
||||
*/
|
||||
public static final String distributor_name = "distributor_name";
|
||||
/**
|
||||
* 产品名称 STRING(100)<br>
|
||||
*/
|
||||
public static final String product_name = "product_name";
|
||||
/**
|
||||
* 客户名称 STRING(100)<br>
|
||||
*/
|
||||
public static final String person_name = "person_name";
|
||||
/**
|
||||
* 付款对象 STRING(100)<br>
|
||||
*/
|
||||
public static final String pay_object = "pay_object";
|
||||
/**
|
||||
* 付款金额 STRING(32)<br>
|
||||
*/
|
||||
public static final String pay_number = "pay_number";
|
||||
/**
|
||||
* 经销商SP银行 STRING(100)<br>
|
||||
*/
|
||||
public static final String distributor_bank_name = "distributor_bank_name";
|
||||
/**
|
||||
* 经销商SP银行账户 STRING(100)<br>
|
||||
*/
|
||||
public static final String distributor_Account_name = "distributor_Account_name";
|
||||
/**
|
||||
* 经销商SP银行账号 STRING(32)<br>
|
||||
*/
|
||||
public static final String distributor_bank_number = "distributor_bank_number";
|
||||
/**
|
||||
* 放款方式 STRING(32)<br>
|
||||
*/
|
||||
public static final String loan_type = "loan_type";
|
||||
/**
|
||||
* 登记人 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTUSERID = "INPUTUSERID";
|
||||
/**
|
||||
* 登记部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTORGID = "INPUTORGID";
|
||||
/**
|
||||
* 登记时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String INPUTTIME = "INPUTTIME";
|
||||
/**
|
||||
* 更新人 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEUSERID = "UPDATEUSERID";
|
||||
/**
|
||||
* 更新部门 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATEORGID = "UPDATEORGID";
|
||||
/**
|
||||
* 更新时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
/**
|
||||
* 登记人 STRING(50)<br>
|
||||
*/
|
||||
public static final String INPUTUSERNAME = "INPUTUSERNAME";
|
||||
}
|
||||
@ -101,4 +101,12 @@ public interface LC_FUND_INCOME_CALLBACK_DETAIL_TEMP{
|
||||
* UPDATETIME STRING(32)<br>
|
||||
*/
|
||||
public static final String UPDATETIME = "UPDATETIME";
|
||||
/**
|
||||
* 是否查询交易日 STRING(5)<br>
|
||||
*/
|
||||
public static final String isPaymentDate = "isPaymentDate";
|
||||
/**
|
||||
* 支付时间 STRING(32)<br>
|
||||
*/
|
||||
public static final String PaymentDate = "PaymentDate";
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user