mac
2024-09-19 3f617fbe58fd89a61e2f4013fe80dba673fbd7ae
1
2
3
4
5
6
7
package com.hdl.photovoltaic.base;
 
/**
 * 自定义方法,用于实现个性化
 */
public abstract class CustomBaseFragment extends BaseFragment {
}