Fancy
2024-08-20 b32dba6d0c069e4d1a416358501b441865714ab3
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoSta/StaRepairInfoMapper.java
@@ -3,6 +3,8 @@
import com.dy.pmsGlobal.pojoSta.StaRepairInfo;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
* @author User
* @description 针对表【sta_repair_info】的数据库操作Mapper
@@ -24,4 +26,5 @@
    int updateByPrimaryKey(StaRepairInfo record);
    List<StaRepairInfo> selectByDeviceNo(String deviceNo);
}