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