| | |
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.clazz.GoodsClass;
|
| | | import com.yeshi.fanli.entity.system.BusinessSystem;
|
| | |
|
| | | public class GoodsClassAdmin {
|
| | | private GoodsClass goodsClass;
|
| | | private final List<com.yeshi.fanli.entity.system.System> systemList=new ArrayList<com.yeshi.fanli.entity.system.System>();
|
| | | private final List<BusinessSystem> systemList=new ArrayList<BusinessSystem>();
|
| | |
|
| | | public GoodsClassAdmin() {
|
| | | // TODO Auto-generated constructor stub
|
| | |
| | | public void setGoodsClass(GoodsClass goodsClass) {
|
| | | this.goodsClass = goodsClass;
|
| | | }
|
| | | public List<com.yeshi.fanli.entity.system.System> getSystemList() {
|
| | | public List<BusinessSystem> getSystemList() {
|
| | | return systemList;
|
| | | }
|
| | |
|