50], [['remark', 'source'], 'string', 'max' => 255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'name' => '姓名', 'money' => '金额(元)', 'remark' => '留言', 'source' => '来源', 'created_at' => '时间', 'updated_at' => '更新时间', ]; } }