whycxzp
2022-08-11 f3848cfdb8a0eac7f3a35c29c3a70656babb49e0
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ComponentProductApproving;
 
public interface ComponentProductApprovingMapper extends CustomMapper<ComponentProductApproving> {
}