公告板
版本库
filestore
活动
搜索
登录
温居城
/
HDLPhotovoltaicDebugAPP
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Revert "Revert "Merge branch 'hxb' into wjc""
wjc
2023-06-28
14de918a79943e4961b09fa01ed320c6cad41f2e
[~wjc/HDLPhotovoltaicDebugAPP.git]
/
app
/
src
/
main
/
java
/
com
/
hdl
/
photovoltaic
/
base
/
CustomBaseActivity.java
1
2
3
4
5
6
7
8
9
package
com
.
hdl
.
photovoltaic
.
base
;
/**
* 自定义方法,用于实现个性化
*/
public
abstract
class
CustomBaseActivity
extends
BaseActivity
{
}