Teamlinker/code/server/common/db/model/mysql/field_solution.ts
sx1989827 ffaecc5b86 add
2021-08-09 23:08:08 +08:00

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"