zc
2025-08-21 8c2d952e4ea6925a04d083c0e73817f2c3400049
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}