审计记录

src/org/theyeasy/weixin/builder/selfmenu_info.java 252 字节
zxt@theyeasy.com committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
package org.theyeasy.weixin.builder;

import java.util.List;



public class selfmenu_info {
	List<button> button;
	
   public List<button> getButton() {
		return button;
	}

	public void setButton(List<button> button) {
		this.button = button;
	}

}