whyclxw
2024-07-23 abc8131e9279c5a5bdcf90dcca56004e8643fb1c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.SOPProduct;
 
public interface SOPProductMapper extends CustomMapper<SOPProduct> {
}