/** * Դ�������ƣ�Area.java * �������Ȩ���������ӹɷ����޹�˾ ��Ȩ���� * ϵͳ���ƣ�JRES Studio * ģ�����ƣ�com.hundsun.ares.studio.biz.core * ����˵����$desc * ����ĵ��� * ���ߣ�sundl */ package com.hundsun.ares.studio.biz.excel.export; import java.util.ArrayList; import java.util.List; /** * @author sundl * */ public class Area { public List<Block> blocks = new ArrayList<Block>(); }