公告板
版本库
filestore
活动
搜索
登录
main
/
zy-monitor-admin
电视机V3.0后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#monitor init
Junjie
2026-01-19
2fba71174b393cce2be2fe072734523cd1e5d8b6
[zy-monitor-admin.git]
/
src
/
main
/
java
/
com
/
zy
/
common
/
ExecuteSupport.java
1
2
3
4
5
6
7
package com.zy.common;
public interface ExecuteSupport {
Boolean judgement();
}