package com.grkj.iscs.base interface IView { /** * Loading显隐 */ // fun setLoadingState(isShow: Boolean, process: String? = null) }