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