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