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