账单类型实现

This commit is contained in:
egzosn
2021-02-23 01:54:55 +08:00
parent b3540dc41f
commit 513b182c13
5 changed files with 85 additions and 38 deletions

View File

@@ -20,10 +20,10 @@ public interface BillType {
String getDatePattern();
/**
* 获取压缩类型
* @return 压缩类型
* 获取文件类型
* @return 文件类型
*/
String getTarType();
String getFileType();
/**
* 自定义属性