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