wujingjing
2024-11-14 7526074877d63a79b67d881a0f9182610d1989a0
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();