lxw
2023-10-26 4d8f8a5d87fe7e011fd748444e70e6fd8e5a6186
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.SOPProduct;
 
public interface SOPProductMapper extends CustomMapper<SOPProduct> {
}