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