mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-07 19:46:15 +08:00
账单类型
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user