src/main/java/com/whyc/mapper/ActmRealStateMapper.java
@@ -1,6 +1,6 @@ package com.whyc.mapper; import com.whyc.pojo.db_lithium_ram_db.ActmRealstate; import com.whyc.pojo.db_lithium_ram_db.ActmRealState; public interface ActmRealStateMapper extends CustomMapper<ActmRealstate>{ public interface ActmRealStateMapper extends CustomMapper<ActmRealState>{ }