whycxzp
2025-05-23 1a17130934622ff8ba8e781679fc206ab7af5a84
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Software;
 
public interface SoftwareMapper extends CustomMapper<Software>{
}