#
Junjie
2026-03-22 58fcb9757cd4885ba101c0480c3c10320e10a533
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}