whycxzp
2023-03-01 32e22f4b387df499faefb86ef339fe722de6f0fb
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductSoftware;
 
public interface ProductSoftwareMapper extends CustomMapper<ProductSoftware>{
}