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