whycxzp
2024-12-18 c27d774a5b0f123a551ea79929306d8cc92c885c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.SOPProduct;
 
public interface SOPProductMapper extends CustomMapper<SOPProduct> {
}