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