_table = 'staff_ladder_record'; $this->_primary = 'id'; $this->_fields = [ 'id',// int unsigned NOT NULL AUTO_INCREMENT, 'en_id',// int NOT NULL, 'staff_id',// int NOT NULL, 'ladder_id',// int NOT NULL, 'createTime',// datetime DEFAULT NULL, ]; $this->_readonly = ['id']; $this->_create_autofill = [ 'createTime' => time() ]; parent::__construct($serviceDB); } }