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