32], [['GOODS_TITLE'], 'string', 'max' => 255], [['SKU_CODE'], 'string', 'max' => 16], [['ID'], 'unique'], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'ID' => 'ID', 'ORDER_SN' => 'Order Sn', 'GOODS_TITLE' => 'Goods Title', 'PRICE' => 'Price', 'REAL_PRICE' => 'Real Price', 'PV' => 'Bv', 'REAL_PV' => 'Real Bv', 'SKU_CODE' => 'Sku Code', 'BUY_NUMS' => 'Buy Nums', 'POINT' => 'Point', 'PERIOD_NUM' => 'Period Num', 'CALC_MONTH' => '结算月', 'PAY_TYPE' => 'Pay Type', ]; } }