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