whyclxw
2025-03-13 bd9b316b9c2252b086f78dff0adaeca3ae04c3cd
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_lock_ram.PlateInfo;
 
public interface PlateInfoMapper extends CustomMapper<PlateInfo>{
}