whycxzp
2023-06-25 7951879338b046e000d39ebb6fbcfae16ff47324
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.ProductSoftware;
 
public interface ProductSoftwareMapper extends CustomMapper<ProductSoftware>{
}