| | |
| | | import com.yeshi.fanli.dto.common.CommonContentNav;
|
| | | import com.yeshi.fanli.dto.common.CommonContentResult;
|
| | | import com.yeshi.fanli.dto.common.CommonContentTypeEnum;
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | |
|
| | | /**
|
| | | * 商品模板内容服务
|
| | |
| | | * @param type
|
| | | * @return
|
| | | */
|
| | | public List<CommonContentNav> getNavList(CommonContentTypeEnum type);
|
| | | public List<CommonContentNav> getNavList(CommonContentTypeEnum type,SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 获取内容列表
|
| | |
| | | * @param pageSize
|
| | | * @return
|
| | | */
|
| | | public CommonContentResult getContentList(CommonContentTypeEnum type, String cid, int page, int pageSize);
|
| | | public CommonContentResult getContentList(CommonContentTypeEnum type, String cid, int page, int pageSize, SystemEnum system);
|
| | |
|
| | | }
|