first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
export interface IConfigGroup {
|
||||
/** ID */
|
||||
id?: number;
|
||||
/** 标题 */
|
||||
title?: string;
|
||||
/** 键 */
|
||||
key?: string;
|
||||
/** 描述 */
|
||||
remark?: string;
|
||||
/** 创建时间 */
|
||||
created_at?: Date;
|
||||
/** 更新时间 */
|
||||
updated_at?: Date;
|
||||
}
|
||||
Reference in New Issue
Block a user