月均日95值计算方式新增1024,资源监控模块接口新增

This commit is contained in:
gaoyutao
2025-09-17 09:34:00 +08:00
parent f9d4835d4c
commit f922fb752f
34 changed files with 827 additions and 59 deletions
@@ -141,4 +141,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
)
</foreach>
</insert>
<select id="getMemoryInfoByClientId" parameterType="String" resultMap="InitialMemoryInfoResult">
<include refid="selectInitialMemoryInfoVo"/>
where client_id = #{clientId}
limit 1
</select>
</mapper>