999
zhangc
2025-04-18 23a2e30f0f70c1f526a04bffda38fd124ed47630
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}