export default interface IServer_DB_Model_User_Role { user_id :bigint, role_id :bigint, id :bigint , } export const Table_User_Role="user_role"