forked from ard/ruoyi-api

‘liusuyi’
2023-06-21 e2ea7986cf5e27e448a25c48c8c4cc771c067b0e
1
2
3
4
var hasOwnProperty = {}.hasOwnProperty;
module.exports = function (it, key) {
  return hasOwnProperty.call(it, key);
};