| 12345678910111213141516171819202122232425262728 |
- /*******************************************************************************
- * Copyright(c) 2024 dongke All rights reserved. / Confidential
- * 类的信息:
- * 1.程序名称:
- * 2.功能描述:共通查询方法
- * 编辑履历:
- * 作者 日期 版本 修改内容
- * 周兴 2024-1-19 1.00 新建
- *******************************************************************************/
- module.exports = {
- commonService: {
- prefix: 'mdm-server-dkic-b1/mst/common/',
- getBasicData: 'get_basic_data',
- getCustomTag: 'get_customtag',
- getCustomTagByPage: 'get_customtag_by_page',
- getWebInitData: 'get_web_init_data',
- getUser: 'get_user',
- getUserByPage: 'get_user_by_page',
- selectById: '',
- goodsBrandListBy: 'goods_brand_list_by', //商品品牌
- goodsSeriesListBy: 'goods_Series_list_by', //商品系列
- goodsCategoryListBy: 'goods_category_list_by', //商品种类
- unitListBy: 'unit_list_by', //计量单位
- warehouseListBy: 'get_warehouse_by_page', //仓库档案
- getDictionaryData: 'get_dictionary_data', //数据字典
- getDataKind: 'get_data_kind', //数据字典
- },
- };
|