whyclxw
2024-08-28 ef91ae0edd198d91f9b476870d7e6fbdb27744c8
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_lithium_ram_db.DevInf;
 
public interface DevInfMapper extends CustomMapper<DevInf>{
}