mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
export interface ICommon_Model_Project_Issue_Field_Value {
|
|
id :string,
|
|
project_issue_id :string,
|
|
field_id :string,
|
|
value :string,
|
|
sort :number,
|
|
}
|
|
export const Table_Project_Issue_Field_Value="project_issue_field_value" |