he wei
2022-08-03 92bf0cb390ce8e813ee0bd62c1b4a23d038b83eb
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductBomApproving;
 
public interface ProductBomApprovingMapper extends CustomMapper<ProductBomApproving> {
}