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