公告板
版本库
filestore
活动
搜索
登录
main
/
zy-monitor-admin
电视机V3.0后端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
#
Junjie
2026-02-02
8a225c5ad1d39943bf04e3c6c00d24d801666952
[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();
}