wujingjing
2025-03-12 3b86eca19001658c91213b05f4b03414f791f414
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();