yangyin
2024-12-12 a716633c5bc444fcc1199fe9f55c437329b8764b
1
2
3
4
const { copyFile, checkCustomer, firstCustomerName,changeBranch } = require('./helper');
changeBranch();
checkCustomer('npm run use', firstCustomerName);
copyFile();