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