whycxzp
2022-09-13 708d0acb3d4593c950af639aa79f9e264754fae4
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductSoftware;
 
public interface ProductSoftwareMapper extends CustomMapper<ProductSoftware>{
}