Commit 046fbd13 by zhangxingmin

push

parent 43b38a58
......@@ -13,11 +13,16 @@ public class ApiSalaryRemittanceDTO {
private String salaryRemittanceBizId;
/**
* 收款银行
* 收款银行ID
*/
private String bank;
/**
* 收款银行名称
*/
private String bankName;
/**
* 账户尾号
*/
private String accountEndNo;
......
......@@ -44,12 +44,18 @@ public class SalaryRemittance implements Serializable {
private String salaryBizId;
/**
* 收款银行
* 收款银行ID
*/
@TableField("bank")
private String bank;
/**
* 收款银行名称
*/
@TableField("bank_name")
private String bankName;
/**
* 账户尾号
*/
@TableField("account_end_no")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment