Administrator
2026-03-29 d3e4c5426920122c5c1bd7162945e45dab7fafa6
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}