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