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