刘嘉昕 | 0840468 | 2025-06-02 17:19:47 +0800 | [diff] [blame^] | 1 | package com.pt5.pthouduan.mapper; |
2 | |||||
3 | import com.pt5.pthouduan.entity.OtherInfo; | ||||
4 | import org.apache.ibatis.annotations.Mapper; | ||||
5 | |||||
6 | @Mapper | ||||
7 | public interface OtherInfoMapper { | ||||
8 | void insert(OtherInfo otherInfo); | ||||
9 | } |