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