mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
9 lines
234 B
TypeScript
9 lines
234 B
TypeScript
export interface ICommon_Model_Permission_Target {
|
|
id :bigint,
|
|
permission_id: bigint,
|
|
target_id :bigint,
|
|
target_type :number,
|
|
item_id :bigint,
|
|
item_type :number,
|
|
}
|
|
export const Table_Permission_Target="permission_target" |