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