whyclxw
2024-08-17 5214a8a554de5487e73f2adfe5654071061c7030
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductSoftware;
 
public interface ProductSoftwareMapper extends CustomMapper<ProductSoftware>{
}