whycxzp
2025-03-17 e50d8c30b43dd30daa77da27101ce21d8ef2fcef
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>{
}