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