Commit 71164877ee87c7fa344c62595a7d3b10e4ceefc8

Authored by 史婷婷
1 parent 5caffa69

feat: 产品品种api定义

Showing 1 changed file with 9 additions and 0 deletions
... ... @@ -121,4 +121,13 @@ export function officeQueryApi(params) {
121 121 method: 'get',
122 122 params
123 123 })
  124 +}
  125 +
  126 +// 产品品种 查询
  127 +export function productVarietyQueryApi(params) {
  128 + return request({
  129 + url: `/baseData/product/variety/query`,
  130 + method: 'get',
  131 + params
  132 + })
124 133 }
\ No newline at end of file
... ...