www.wdadmin.cn // +---------------------------------------------------------------------- namespace app\api\model\wdsxh\institution; use think\Model; class InstitutionMemberApply extends Model { protected $name = 'wdsxh_institution_member_apply'; // 自动写入时间戳字段 protected $autoWriteTimestamp = true; // 定义时间戳字段名 protected $createTime = 'createtime'; protected $updateTime = false; }