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