yy1717
2024-02-28 27fc91fbe8f88b6885356e68828cfe1ce1db7601
1
2
3
4
5
package com.anyun.exam.lib
 
interface BaseAction {
    fun execute(args:ActionArgs)
}