lxw
2022-09-01 463fef1cba49ecdc6564fefc904a404e39b7bef7
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductSoftware;
 
public interface ProductSoftwareMapper extends CustomMapper<ProductSoftware>{
}