Fancy
2025-01-07 28f6317f7189d5c4a7e64f57dd6c7fc2011f8632
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaRepairInfoMapper.java
@@ -3,10 +3,12 @@
import com.dy.pmsGlobal.pojoSta.StaRepairInfo;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* @author User
* @description 针对表【sta_repair_info】的数据库操作Mapper
* @createDate 2024-06-19 14:21:17
* @createDate 2024-06-20 11:31:20
* @Entity com.dy.pmsGlobal.pojoSta.StaRepairInfo
*/
@Mapper
@@ -24,4 +26,5 @@
    int updateByPrimaryKey(StaRepairInfo record);
    List<StaRepairInfo> selectByDeviceNo(String deviceNo);
}