whycxzp
2022-08-31 5df41babbd51415e64c55377c23307e4559d4a8c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductSoftware;
 
public interface ProductSoftwareMapper extends CustomMapper<ProductSoftware>{
}