mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-24 03:59:10 +08:00
账单类型实现
This commit is contained in:
@@ -20,10 +20,10 @@ public interface BillType {
|
||||
String getDatePattern();
|
||||
|
||||
/**
|
||||
* 获取压缩类型
|
||||
* @return 压缩类型
|
||||
* 获取文件类型
|
||||
* @return 文件类型
|
||||
*/
|
||||
String getTarType();
|
||||
String getFileType();
|
||||
|
||||
/**
|
||||
* 自定义属性
|
||||
|
||||
Reference in New Issue
Block a user