#
zwl
2026-03-25 29204b9c5c5b29201dbf55344524e51f654e931c
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}