houxiao
2017-08-18 7f0053c8f0cd76ecff7f8aee060cd4fd5093b1a3
1
2
3
4
5
6
7
8
9
package cn.com.basic.face.discern.baseapi.user;
 
import cn.com.basic.face.discern.user.entity.Image;
 
public interface ImageMapper {
    int insert(Image record);
 
    int insertSelective(Image record);
}