'驳回', self::STATE_ZERO => '未核销', self::STATE_ONE => '待核销', self::STATE_TWO => '已核销', ]; const type_one = 1; // 收款 const type_two = 2; // 付款 const type_three = 3; // 红冲 const type_four = 4; // 坏账 public static $model_type = [ self::type_one => '收款', self::type_two => '付款', self::type_three => '红冲', self::type_four => '坏账', ]; const data_type_one = 1; // 合同 const data_type_two = 2; // 采购 const data_type_three = 3; // 虚拟采购 public static $data_type = [ self::data_type_one => '合同', self::data_type_two => '采购', self::data_type_three => '虚拟采购', ]; const prefix = "T9RMO."; const is_check_function = 'paymentReceiptCheck'; public static $wait_check = [ self::State_minus_one, self::STATE_ZERO, self::STATE_ONE ]; }