ZhuDongming
2019-11-13 1707b3025ef72864abb7ef7e7cd844bd9b27f171
1
2
3
4
5
6
7
8
package com.moral.mapper;
 
import com.moral.common.mapper.BaseMapper;
import com.moral.entity.Density;
 
public interface DensityMapper extends BaseMapper<Density>{
    
}