#
Junjie
2025-01-08 e80a55f0c3d3bd43290a7c72348c12b27c18682c
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}