whycxzp
2025-04-30 4fce1788cfb5bc37484060b068daf6303a584058
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_batt.MonPlan;
 
public interface MonPlanMapper extends CustomMapper<MonPlan>{
}