feat: 添加类型注释
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default class LogHelper {
|
||||
static addDataLog({ tableName, type, data }: any): Promise<{
|
||||
code: number;
|
||||
data: any;
|
||||
}>;
|
||||
static modifyDataLogStatus({ id }: any): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user