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