whycxzp
2023-06-02 a0f286263e4d38944bb7b8c474236a21f09f02af
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.MailUser;
 
public interface MailUserMapper extends CustomMapper<MailUser>{
}