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