Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PromptSelectAnalysis ¶
func PromptSelectAnalysis() string
func PromptSelectCSVPath ¶
Types ¶
type Account ¶ added in v0.0.2
type Account struct {
TransAt DateTime `csv:"交易时间"`
TransType string `csv:"交易类型"`
TransFrom string `csv:"交易对方"`
GoodsName string `csv:"商品"`
IO string `csv:"收/支"`
Money float64 `csv:"金额(元)"`
PayType string `csv:"支付方式"`
CurrentStatus string `csv:"当前状态"`
TransNo string `csv:"交易单号"`
BusinessNo string `csv:"商户单号"`
Remark string `csv:"备注"`
}
type Bill ¶
type Bill struct {
// contains filtered or unexported fields
}
func (*Bill) ReadAliPay ¶
func (*Bill) ReadMergeFile ¶
ReadMergeFile 读取合并后的账单
func (*Bill) ReadWechatPay ¶
type DateTime ¶ added in v0.0.2
func (*DateTime) MarshalCSV ¶ added in v0.0.2
MarshalCSV Convert the internal date as CSV string
func (*DateTime) UnmarshalCSV ¶ added in v0.0.2
UnmarshalCSV Convert the CSV string as internal date
Click to show internal directories.
Click to hide internal directories.