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