export default interface IServer_DB_Model_Project_Lable { id :bigint, name:string } export const Table_Project_Label="project_label"