公告板
版本库
filestore
活动
搜索
登录
main
/
wms-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/devlop' into devlop
zjj
2025-05-21
bed735aae42b6e0c75bf3fd63d9cd0996fba9355
[wms-master.git]
/
rsf-common
/
src
/
main
/
java
/
com
/
vincent
/
rsf
/
common
/
utils
/
JudgeSupport.java
1
2
3
4
5
6
7
package com.vincent.rsf.common.utils;
public interface JudgeSupport<T> {
boolean execute(T t);
}