['merchantId', 'year', 'month']], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'year' => 'Year', 'month' => 'Month', 'riseNum' => 'Rise Num', 'totalNum' => 'Total Num', 'merchantId' => 'Merchant ID', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }