添加暂态事件波形图后台绘图并保存文件服务器

This commit is contained in:
2023-09-21 16:19:25 +08:00
parent 7de4f8f551
commit 2d3d21504b
25 changed files with 183 additions and 1644 deletions

View File

@@ -108,5 +108,10 @@ public interface OssPath {
*/
String RESPONSIBILITY_USER_RESULT_DATA="advance/responsibility/userData/result/";
/***
* 事件的波形图片
*/
String EVENT_WAVE_PIC="event/wave/";
}