账单类型

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

@@ -66,15 +66,16 @@ public enum AliPayBillType implements BillType {
}
/**
* 获取压缩类型
* 获取文件类型
*
* @return 压缩类型
* @return 文件类型
*/
@Override
public String getTarType() {
public String getFileType() {
return null;
}
/**
* 自定义属性
*