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