branch_yz
main
@ -4,3 +4,5 @@ module.exports = function(deployer) {
// 部署 VotingContract 合约
deployer.deploy(VotingSystem);
};