于紫祥_1901
2020-08-20 7d77fd318e575c1873c8caf549ce7617785c148f
1
2
3
4
5
6
7
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Village;
 
public interface VillageMapper extends BaseMapper<Village>{
}