export default interface IServer_DB_Model_Project_Module { id :bigint, name:string } export const Table_Project_Module="project_module"