yuxc
2023-05-23 75e0307428bdd1a16b9ff5b2a927620eec0ac41c
Source/UBCS-WEB/src/api/omd/OmdAttribute.js
@@ -50,3 +50,16 @@
  })
}
export const queryPage = (key,notInStr,current,size) => {
  return request({
    url: '/api/ubcs-omd/attribute/query-page',
    method: 'get',
    params: {
      key,
      notInStr,
      current,
      size
    }
  })
}