#
Junjie
2025-01-10 0d623fdd58bb900c8faf3144840acddafd921435
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}