| | |
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.entity.SystemEnum;
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.bus.homemodule.SpecialCard;
|
| | |
| | | */
|
| | | public interface SpecialCardService {
|
| | |
|
| | | public List<SpecialCard> listQuery(long start, int count, String key, Integer sort, List<Long> listPid);
|
| | | public List<SpecialCard> listQuery(long start, int count, String key, Integer sort, List<Long> listPid, SystemEnum system);
|
| | |
|
| | | public long countlistQuery(String key, List<Long> listPid);
|
| | | public long countlistQuery(String key, List<Long> listPid, SystemEnum system);
|
| | |
|
| | | /**
|
| | | * 根据id批量删除
|
| | |
| | | * @param placeKey
|
| | | * @return
|
| | | */
|
| | | public String getbottomPicture(String placeKey);
|
| | | public String getbottomPicture(String placeKey, SystemEnum system);
|
| | |
|
| | |
|
| | | /**
|