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-08-16 18:26:19 +08:00
export function getTransferedObjectUUID(name, id) {
return `${name.toLowerCase()}-${id}`;
}