Blame view

泰额版/Food Labeling Management Code/Yi.Vben5.Vue3/apps/web-antd/src/api/food-labeling/index.ts 914 Bytes
91821909   杨鑫   最新
1
  export * from './account-types';
83ccb207   杨鑫   最新
2
3
  export * from './dashboard';
  export * from './dashboard-types';
91821909   杨鑫   最新
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  export {
    groupAdd,
    groupInfo,
    groupList as accountGroupList,
    groupRemove,
    groupUpdate,
  } from './group';
  export * from './label';
  export * from './label-category';
  export * from './label-multiple-option';
  export * from './label-template';
  export * from './label-type';
  export * from './location';
  export {
    locationSupportAdd,
    locationSupportGet,
    locationSupportUpdate,
  } from './location-support';
540ac0e3   杨鑫   前端修改bug
22
23
24
25
26
  export {
    groupList as lookupGroupList,
    locationList as lookupLocationList,
    productList as lookupProductList,
  } from './lookups';
91821909   杨鑫   最新
27
28
29
30
31
32
33
34
35
  export * from './partner';
  export * from './product';
  export * from './product-category';
  export * from './product-types';
  export * from './rbac-role';
  export * from './reports';
  export * from './reports-types';
  export * from './team-member';
  export * from './types';