@@ -149,5 +149,5 @@ public class Payment extends BaseEntity {
/**
* 多个文件路径集合
*/
- private List<String> fileList;
+ private transient List<String> fileList;
}