| | |
| | | public Special selectByPrimaryKey(Long id);
|
| | |
|
| | |
|
| | | public List<Special> listQueryByCard(long start, int count, Long card, String key);
|
| | | public List<Special> listQueryByCard(long start, int count, Long card, String key, Integer sex);
|
| | |
|
| | | public long countlistQueryByCard(Long card, String key);
|
| | | public long countlistQueryByCard(Long card, String key, Integer sex);
|
| | |
|
| | |
|
| | | /**
|
| | |
| | | * @param moveType
|
| | | * @throws SpecialException
|
| | | */
|
| | | public void updateOrder(Long id, Integer moveType) throws SpecialException;
|
| | | public void updateOrder(Long id, Integer moveType, Integer sex) throws SpecialException;
|
| | |
|
| | |
|
| | | /**
|