i2019 / ty-pms

Personal Management System
1 stars 0 forks source link

ty-pms-2 #2

Open i2019 opened 8 years ago

i2019 commented 8 years ago

实现将文本文件内的账目,自动读取到java对象中。

消费对应实体类:ty.pms.model.account.expenditure.Expenditure

字段对应关系: occurrencedTime 20161018 remark 涛午饭 expenditureAmount 11.8
20161018
涛午饭11.8 涛晚饭 34 燕晚饭 14.8 买水果 22.4

(注意,消费原因与消费金额之间可能有一个到多个空格,读取的时候要注意!)

代码实现请在ty.pms.util包下,并提交到https://github.com/i2019/ty-pms.git的ty-pms-2分支。

账目存储在有道云笔记中,访问链接为: http://note.youdao.com/noteshare?id=3a194284eb0f0e202c919c059af3678e http://note.youdao.com/noteshare?id=d3264402f1433d266d4cf6726f35d7ce http://note.youdao.com/noteshare?id=0e876f78a506531056d3c6aba56ed00e

i2019 commented 8 years ago

如果消费原因存在“涛燕”或“ty”或"燕涛",则owner字段设为“涛燕”; 如果消费原因存在“涛”或“tao”,则owner字段设为“涛”; 如果消费原因存在“燕”或“yanr”或“yan”,则owner字段设为“燕”; 如果以上都不存在,则owner字段设为“涛燕”。 例如: 消费原因 消费金额 owner 涛晚饭 34 涛 燕晚饭 14.8 燕 买水果 22.4 涛燕