kaiyu
2020-10-19 2bcbf240bd4419d01232967915295df61a8e1d84
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>{
    
}