common.js 1.1 KB

1234567891011121314151617181920212223242526
  1. /*******************************************************************************
  2. * Copyright(c) 2024 dongke All rights reserved. / Confidential
  3. * 类的信息:
  4. * 1.程序名称:
  5. * 2.功能描述:共通查询方法
  6. * 编辑履历:
  7. * 作者 日期 版本 修改内容
  8. * 周兴 2024-1-19 1.00 新建
  9. *******************************************************************************/
  10. module.exports = {
  11. commonService: {
  12. prefix: 'mdm-server-dkic-b1/mst/common/',
  13. getBasicData: 'get_basic_data',
  14. getCustomTag: 'get_customtag',
  15. getCustomTagByPage: 'get_customtag_by_page',
  16. getWebInitData: 'get_web_init_data',
  17. getUser: 'get_user',
  18. getUserByPage: 'get_user_by_page',
  19. selectById: '',
  20. goodsBrandListBy: 'goods_brand_list_by', //商品品牌
  21. goodsSeriesListBy: 'goods_Series_list_by', //商品系列
  22. goodsCategoryListBy: 'goods_category_list_by', //商品种类
  23. unitListBy: 'unit_list_by', //计量单位
  24. warehouseListBy: 'get_warehouse_by_page', //仓库档案
  25. },
  26. };