zm
2020-05-18 a18bfacbf56b401f6e0fdae8710fbca4df8cff77
commit | author | age
a18bfa 1 package com.changhong.epc.bean.form;
Z 2
3 public enum BorrowType {
4
5     /**
6      * 备用金
7      */
8     estimateRepaymentReserve
9
10     /**
11      * 费用类型
12      */
13     ,estimateRepaymentCost
14
15 }