Junjie
2025-05-13 ad53845a19e9e3504f2470867ab2770026ce71d3
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}