oil-station/pos-uni/uni_modules/Sansnn-uQRCode/js_sdk/gcanvas/context-webgl/classUtils.js

3 lines
95 B
JavaScript
Raw Normal View History

2024-05-27 16:43:09 +08:00
export function getTransferedObjectUUID(name, id) {
return `${name.toLowerCase()}-${id}`;
}