'项目成员', self::type_two => '阶段成员', self::type_three => '节点成员', self::type_four => '任务成员', ]; public static $type_id = [ self::type_one => 'project_id', self::type_two => 'project_stage_id', self::type_three => 'project_stage_node_id', self::type_four => 'project_stage_node_mission_id', ]; public static $type_id_type = [ self::type_one => [self::type_one, self::type_two, self::type_three, self::type_four], self::type_two => [self::type_two, self::type_three, self::type_four], self::type_three => [self::type_three, self::type_four], self::type_four => [self::type_four], ]; }