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