whycxzp
2023-08-07 976f9bc9859dd93718dc8b51e8fc4387c354ec0c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.Jhstate;
 
public interface JhstateMapper extends CustomMapper<Jhstate>{
}