whycxzp
2022-08-15 4474fad95f5858bf3d4b57b24943dc65bd75715c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ComponentApproving;
 
public interface ComponentApprovingMapper extends CustomMapper<ComponentApproving>{
}