mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
11 lines
279 B
TypeScript
11 lines
279 B
TypeScript
export default interface IServer_DB_Model_Field_Solution {
|
|
id :bigint,
|
|
created_time :number,
|
|
modified_time :number ,
|
|
created_by :bigint,
|
|
modified_by: bigint,
|
|
name :string,
|
|
description :string,
|
|
system :number,
|
|
}
|
|
export const Table_Field_Solution="field_solution" |