'已驳回', self::STATE_ZERO => '待创建人确认', self::STATE_ONE => '待审批人审核', self::STATE_TWO => '审核通过', ]; const range_function = ''; const is_check_function = ''; public static $wait_check = [ self::STATE_ZERO, self::STATE_ONE ]; const out_type_one = 1; const out_type_two = 2; public static $out_type = [ self::out_type_one, self::out_type_two ]; public static $out_type_name = [ self::out_type_one => '合同', self::out_type_two => '', ]; }