rpt_tpl_data_facade.js 208 B

1234567891011121314
  1. /**
  2. * Created by Tony on 2017/8/9.
  3. */
  4. import mongoose from "mongoose";
  5. let rpt_tpl_mdl = mongoose.model("rpt_templates");
  6. module.exports = {
  7. }
  8. async function prepareProjectData(prjId, userId) {
  9. //
  10. }