#
zwl
2025-04-17 5aaa357cd9b641067c3c39ed85c364052828b495
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}