@@ -9,6 +9,7 @@ import java.util.List;
public interface InRecordMapper {
int deleteByPrimaryKey(String id);
+ //測試
int insert(InRecord record);