whyclxw
2024-12-04 c36b79d12ff42a9a23eec744afd07547aad3c996
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.RtEnvirment;
 
public interface RtEnvirmentMapper extends CustomMapper<RtEnvirment>{
}