| // +------------------------------------------------+ namespace app\common\model; class Province extends _Init { /** * 模型初始化【事件注册】 */ protected static function init() { self::beforeInsert(function ($data) { }); } }