100], [['event'], 'string', 'max' => 20], [['remark'], 'string', 'max' => 1000], [['id'], 'unique'], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'userId' => 'User ID', 'merchantId' => 'Merchant ID', 'amount' => 'Amount', 'classify' => 'Classify', 'event' => 'Event', 'remark' => 'Remark', 'status' => 'Status', 'createTime' => 'Create Time', 'updateTime' => 'Update Time', ]; } }