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