mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
8 lines
198 B
TypeScript
8 lines
198 B
TypeScript
export interface ICommon_Model_Field_Config_Value {
|
|
id: bigint,
|
|
field_id :bigint,
|
|
value :string,
|
|
sort :number,
|
|
label :string,
|
|
}
|
|
export const Table_Field_Config_Value="field_config_value" |