算绩效,输入两个csv文件,输出每月绩效。
Go to file
2021-12-02 11:48:09 +08:00
.idea initial commit 2021-12-02 09:13:49 +08:00
src prune: add pretty display 2021-12-02 11:48:09 +08:00
.gitignore initial commit 2021-12-02 09:13:49 +08:00
build.gradle initial commit 2021-12-02 09:13:49 +08:00
LICENSE Initial commit 2021-12-01 16:19:21 +00:00
README.md initial commit 2021-12-02 09:13:49 +08:00
settings.gradle initial commit 2021-12-02 09:13:49 +08:00

PerfCalculator

算绩效输入两个csv文件输出每月绩效。 使用方式一修改test/java/PefTest的两个测试文件名执行go。 使用方式二运行LogParser.main。输入为俩文件名。 其中,第一个文件为考勤机导出文件。 第二个文件为以"姓名 R A"格式的串。