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