whyclxw
2025-01-08 2e470c69d0230fb47a68ead64af5ed23c6312d63
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.db_area.AuthiruzeInf;
 
public interface AuthiruzeInfMapper extends CustomMapper<AuthiruzeInf>{
}