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