wujingjing
2025-04-10 8aa7ffddc511138d61d64029157c11cfccc5431d
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();