/** * 配合比标准库数据模型 * * @author CaiAoLin * @date 2017/7/7 * @version */ import mongoose from "mongoose"; let collectionName = 'std_mix_ratio'; let model = mongoose.model(collectionName); export {model as default, collectionName as collectionName};