账单类型

This commit is contained in:
egzosn
2021-02-22 23:08:17 +08:00
parent 817471d27e
commit 0f53fb4527
2 changed files with 14 additions and 12 deletions

View File

@@ -62,19 +62,20 @@ public class BaiduBillType implements BillType {
return datePattern;
}
/**
* 获取文件类型
*
* @return 文件类型
*/
@Override
public String getFileType() {
return null;
}
public void setDatePattern(String datePattern) {
this.datePattern = datePattern;
}
/**
* 获取压缩类型
*
* @return 压缩类型
*/
@Override
public String getTarType() {
return null;
}
/**