export interface ICommon_Model_Project_Module { id :string, name:string, project_id:string } export const Table_Project_Module="project_module"