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