修改stringId
This commit is contained in:
@ -10,5 +10,5 @@ public interface IBaseMapper<T> extends BaseMapper<T> {
|
|||||||
*
|
*
|
||||||
* @param id
|
* @param id
|
||||||
*/
|
*/
|
||||||
public int deleteOff(Long id);
|
public int deleteOff(String id);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user