unit_price_file_db.js 199 B

12345678
  1. /**
  2. * Created by jimiz on 2017/5/12.
  3. */
  4. var mongoose = require("mongoose");
  5. var dbm = require("../../../config/db/db_manager");
  6. var db = dbm.getCfgConnection("unitPriceFile");
  7. module.exports = db;