|
|
@@ -13,22 +13,21 @@ use UCore\ModelCore;
|
|
|
/**
|
|
|
* App\Module\Fund\Models\FundLogModel
|
|
|
* 资金日志表
|
|
|
- * field start
|
|
|
- *
|
|
|
- * @property int $id
|
|
|
- * @property int $user_id 用户ID
|
|
|
- * @property int $fund_id 资金id
|
|
|
- * @property int $amount 操作金额,正值为收入,负值为支出
|
|
|
- * @property string $operate_id 上游操作id
|
|
|
- * @property string $operate_type 上游操作类型
|
|
|
- * @property string $remark 备注
|
|
|
- * @property int $create_time 最后更新时间
|
|
|
- * @property string $create_ip 最后更新ip
|
|
|
- * @property int $later_balance 在此之后的余额
|
|
|
- * @property int $before_balance 在此之前的月
|
|
|
- * @property int $date_key 月份key
|
|
|
- * @property string $hash 防篡改哈希值
|
|
|
- * @property string $prev_hash 上一条记录的哈希值
|
|
|
+ * field start
|
|
|
+ * @property int $id
|
|
|
+ * @property int $user_id 用户ID
|
|
|
+ * @property int $fund_id 资金id
|
|
|
+ * @property int $amount 操作金额,正值为收入,负值为支出
|
|
|
+ * @property string $operate_id 上游操作id
|
|
|
+ * @property string $operate_type 上游操作类型
|
|
|
+ * @property string $remark 备注
|
|
|
+ * @property int $create_time 最后更新时间
|
|
|
+ * @property string $create_ip 最后更新ip
|
|
|
+ * @property int $later_balance 在此之后的余额
|
|
|
+ * @property int $before_balance 在此之前的月
|
|
|
+ * @property int $date_key 月份key
|
|
|
+ * @property string $hash 防篡改哈希值
|
|
|
+ * @property string $prev_hash 上一条记录的哈希值
|
|
|
* field end
|
|
|
*/
|
|
|
class FundLogModel extends ModelCore
|
|
|
@@ -36,7 +35,7 @@ class FundLogModel extends ModelCore
|
|
|
|
|
|
protected $table = 'fund_logs';
|
|
|
|
|
|
- // attrlist start
|
|
|
+ // attrlist start
|
|
|
protected $fillable = [
|
|
|
'id',
|
|
|
'user_id',
|