8 lines
214 B
Kotlin
8 lines
214 B
Kotlin
package com.stec.cmd
|
||
|
||
import dagger.hilt.android.AndroidEntryPoint
|
||
|
||
/** 统计占位(M6 统计与上传,S4 挂载统计表与文件上传)。 */
|
||
@AndroidEntryPoint
|
||
class StatsFragment : PlaceholderFragment()
|