blob: 09a958172cc4dc25fba0b001c6e368d7b6c1cd54 [file] [log] [blame]
package com.pt5.pthouduan.mapper;
import com.pt5.pthouduan.entity.OtherInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface OtherInfoMapper {
void insert(OtherInfo otherInfo);
}