wujingjing
2024-10-15 5f30ad6a44bdd76433423451317030d9c5552d1d
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();