whyclxw
2024-08-16 7144421aaf7c2efcca8b101d680556b3e1581a1a
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.MonPlan;
 
public interface MonPlanMapper extends CustomMapper<MonPlan>{
}