zc
2025-05-07 dc3483f84d517bfa2cbcc96a0c965f26d63aa3c3
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}