|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Id | 
|---|
|  |  |  | @Column(name = "ID_", length = 40) | 
|---|
|  |  |  | @PropertyDef(label = "流水号", description = "结算日期(yyyyMMdd)+4位顺序号组成") | 
|---|
|  |  |  | @PropertyDef(label = "流水号",description = "结算日期(yyyyMMdd)+4位顺序号组成") | 
|---|
|  |  |  | private String id; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "COMPANY_ID_", length = 10) | 
|---|
|  |  |  | 
|---|
|  |  |  | private String payee; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "PAYEE_ID_") | 
|---|
|  |  |  | @PropertyDef(label = "收款人身份证号") | 
|---|
|  |  |  | @PropertyDef(label = "收款人省份证号") | 
|---|
|  |  |  | private String payeeId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "BANK_CATEGORY_", length = 10) | 
|---|
|  |  |  | @PropertyDef(label = "银行行别代码") | 
|---|
|  |  |  | private String bankCategory; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "BANK_CODE_", length = 20) | 
|---|
|  |  |  | @Column(name = "BANK_CODE_", length = 40) | 
|---|
|  |  |  | @PropertyDef(label = "开户行号") | 
|---|
|  |  |  | private String bankCode; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @PropertyDef(label = "开户行名称") | 
|---|
|  |  |  | private String bank; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Column(name = "BANK_NUM_", length = 20) | 
|---|
|  |  |  | @Column(name = "BANK_NUM_", length = 40) | 
|---|
|  |  |  | @PropertyDef(label = "银行账号") | 
|---|
|  |  |  | private String bankNum; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | @Column(name = "UPDATE_TIME_") | 
|---|
|  |  |  | @PropertyDef(label = "数据更新时间") | 
|---|
|  |  |  | private Date updateTime; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|