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