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