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