lxw
2022-08-13 b72144f43b9851a9fc30678115869cca451af6e7
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ComponentApproving;
 
public interface ComponentApprovingMapper extends CustomMapper<ComponentApproving>{
}