mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
9 lines
196 B
TypeScript
9 lines
196 B
TypeScript
export interface ICommon_Model_Admin {
|
|
id:bigint,
|
|
name:string,
|
|
password:string,
|
|
description:string,
|
|
created_time:Date,
|
|
modified_time:Date
|
|
}
|
|
export const Table_Admin="admin" |