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