Skip to content

Commit

Permalink
Update model.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkang committed Jul 19, 2024
1 parent 5f1445a commit cb40eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/db/model.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class model
public $ignore_relation = true;
public $_relation_with = [];
public static $init;
public static $_cache_find;
/**
* 字段映射 名字=>数据库中字段名
* 仅支持find方法
Expand Down

0 comments on commit cb40eca

Please sign in to comment.