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