export interface ICommon_Model_User_Role { user_id :string, role_id :string, id :string , } export const Table_User_Role="user_role"