TimestampBehavior::class ] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => '', 'store_id' => '店铺id', 'user_id' => '用户id', 'team_grades_id' => '团队分红人员id', 'radix' => '分红基数', 'profit' => '分红比例', 'amount' => '分红金额', 'is_send' => '是否发放', 'send_time' => '发放时间', 'created_at' => '', 'updated_at' => '' ]; } }