/
home
/
infinitibizsol
/
.trash
/
model.1
/
policy
/
File Upload :
llllll
Current File: /home/infinitibizsol/.trash/model.1/policy/natureOfBusiness.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _mongoose = _interopRequireDefault(require("mongoose")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; } var NatureOfBusiness = new _mongoose["default"].Schema({ nature_of_business: { type: String, required: false, "default": "" }, other: { type: String, required: false, "default": "" }, date_business_started: { type: String, required: false, "default": "" }, description_of_primary_operation: { type: String, required: false, "default": "" }, retails_store: { installation: { type: String, required: false, "default": "" }, off_premises: { type: String, required: false, "default": "" } }, description_of_operation_other_named_insured: { type: String, required: false, "default": "" }, policy_id: { type: _mongoose["default"].Schema.ObjectId, ref: "Policy" }, createdOn: { type: Date, "default": Date.now }, modifiedOn: { type: Date, "default": Date.now } }, { toJSON: { virtuals: true }, toObject: { virtuals: true } }); var _default = exports["default"] = _mongoose["default"].model("NatureOfBusiness", NatureOfBusiness);
Copyright ©2k19 -
Hexid
|
Tex7ure