whycxzp
2022-08-27 011c8025eda021dc023ff780730268e7987f5e8e
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductBomApproving;
 
public interface ProductBomApprovingMapper extends CustomMapper<ProductBomApproving> {
}