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