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