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