xiejun
2023-06-15 694374bb1c6c08e3e79a65f575922e61c5c971fc
Source/UBCS-WEB/src/api/omd/OmdAttribute.js
@@ -63,3 +63,13 @@
  })
}
export const getApplyRange = (oid) => {
  return request({
    url: '/api/ubcs-omd/attribute/apply-range',
    method: 'get',
    params: {
      oid
    }
  })
}