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