修改stringId

This commit is contained in:
付庆吉
2021-01-19 14:09:40 +08:00
parent cae3988dc0
commit ab7fda6b25

View File

@ -10,5 +10,5 @@ public interface IBaseMapper<T> extends BaseMapper<T> {
*
* @param id
*/
public int deleteOff(Long id);
public int deleteOff(String id);
}