100], [['id'], 'unique'], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'thirdSerialNumber' => 'Third Serial Number', 'merchantId' => 'Merchant ID', 'amount' => 'Amount', 'balance' => 'Balance', 'checkStatus' => 'Check Status', 'status' => 'Status', 'addTime' => 'Add Time', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }