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