1
zhangc
2025-04-11 4f713c3b31c6ffa30b9b195330316fe04d43866d
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}