公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2024年06月07日12:05:03
mac
2024-06-07
c09f79b3f0c32b09520b7d4ff948aa8aae222a69
[~wjc/HDLPhotovoltaicDebugAPP.git]
/
app
/
src
/
main
/
java
/
com
/
hdl
/
photovoltaic
/
base
/
CustomBaseFragment.java
1
2
3
4
5
6
7
package com.hdl.photovoltaic.base;
/**
* 自定义方法,用于实现个性化
*/
public abstract class CustomBaseFragment extends BaseFragment {
}