/sale/finAccountType/list
/sale/finAccountType/findById
/sale/finAccountType/add
/sale/finAccountType/edit
/sale/finAccountType/delete
private InShop inShop;
/** id */
private Long id;
/** 公司id */
@Excel(name = "公司id")
private Long companyId;
/** 收款账户 */
@Excel(name = "收款账户")
private String accountPayment;
/** 门店id */
@Excel(name = "门店id")
private Long shopId;
/** 编号 */
@Excel(name = "编号")
private String accountCode;
/** 收款方式 */
@Excel(name = "收款方式")
private String collectionType;
/** 账户类型 */
@Excel(name = "账户类型")
private String accountType;
/** 收款账号 */
@Excel(name = "收款账号")
private String accountNum;
/** 银行名称 */
@Excel(name = "银行名称")
private String bankName;
/** 开户行 */
@Excel(name = "开户行")
private String openBank;
/** 开户地址 */
@Excel(name = "开户地址")
private String openAddress;
/** 状态 */
@Excel(name = "状态")
private String status;