Junjie
2026-04-27 6fde9fe04f86a3376fc657f10b8aa32e4bc97436
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}