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