jinpengyong
2020-08-25 8dbbc6981e91231455273ae25bd8b25bef534a0d
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>{
    
}