com.demo.entity //实体类。javabeancom.demo.dao //数据访问类接口com.demo.dao.impl //数据访问类实现类com.demo.biz //业务类接口com.demo.biz.impl //业务类实现类