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