255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'mch_id' => 'Mch ID', 'name' => '名称', 'express_id' => '物流公司', 'detail' => '规则详细', 'addtime' => 'Addtime', 'is_enable' => '是否启用:0=否,1=是', 'is_delete' => 'Is Delete', 'express' => '快递公司', 'type' => '计费方式【1=>按重计费、2=>按件计费】', ]; } }