'客户跟进记录', self::type_two => '合同跟进记录', ]; const follow_type_zero = 0; const follow_type_one = 1; const follow_type_two = 2; public static $follow_type = [ self::follow_type_zero => '跟进中', self::follow_type_one => '联系不上', self::follow_type_two => '无意向', ]; }