| | |
| | | public interface transactionsType{ |
| | | int deposit =0; |
| | | int consumption =1; |
| | | |
| | | int refund =2; |
| | | int platformRefund = 3; |
| | | } |
| | |
| | | public static final String RENT_DEPOSIT = "RENT_DEPOSIT"; |
| | | //温馨提示 |
| | | public static final String TIPS = "TIPS"; |
| | | //小程序停止服务提示 |
| | | public static final String STOP_SERVE_TIPS = "STOP_SERVE_TIPS"; |
| | | //小程序是否停止服务 0否 1是 |
| | | public static final String IS_STOP_SERVE = "IS_STOP_SERVE"; |
| | | //小程序停止开始时间 |
| | | public static final String STOP_SERVE_STARTTIME = "STOP_SERVE_STARTTIME"; |
| | | //小程序停止结束时间 |
| | | public static final String STOP_SERVE_ENDTIME = "STOP_SERVE_ENDTIME"; |
| | | //小程序每日服务开始时间 |
| | | public static final String BUSINESS_STARTTIME = "BUSINESS_STARTTIME"; |
| | | //小程序每日服务结束时间 |
| | | public static final String BUSINESS_ENDTIME = "BUSINESS_ENDTIME"; |
| | | |
| | | |
| | | public static final String FILES_DIR = "FILES_DIR"; |