Commit 25436c3f authored by Fuzy's avatar Fuzy

重构计算方法

parent 2d51a4c2
......@@ -7,6 +7,16 @@ import java.math.BigDecimal;
*/
// 工资原始详情表 转换excel sheet2
public class WagesDetailsOriginalExcelDAO {
private String sskId;
public String getSskId() {
return sskId;
}
public void setSskId(String sskId) {
this.sskId = sskId;
}
private String id;
// 年
private String year;
......
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