lxw
2022-08-17 1b0ea936d937b055cf0e9002968faef186ea3a5b
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductSoftware;
 
public interface ProductSoftwareMapper extends CustomMapper<ProductSoftware>{
}