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