mst-scm-server-core
Version:
MST backend project-ийн core project
1 lines • 487 B
JavaScript
const e=require("mongoose"),t=new e.Schema({originalPath:{type:{path:{type:String},key:{type:String}}},webListPath:{type:{path:{type:String},key:{type:String}}},webDetailPath:{type:{path:{type:String},key:{type:String}}},mobileListPath:{type:{path:{type:String},key:{type:String}}},mobileDetailPath:{type:{path:{type:String},key:{type:String}}},isDeleted:{type:Number,default:0},createdBy:{type:String},createdDate:{type:Date}});module.exports=e.model("imageTemplate",t,"imageTemplate");