zhang
2025-08-01 0178479f89e497f68fdc41de6b6b0909eb213b6a
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}