blob: fdf4559db05887daca59991e709d57dc9a6fee4f [file] [log] [blame]
package com.pt5.pthouduan.mapper;
import com.pt5.pthouduan.entity.SoftwareInfo;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface SoftwareInfoMapper {
void insert(SoftwareInfo softwareInfo);
}