#
cpT
2026-01-31 ba124aff224d966ab5a425a501d02f656461bcdd
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}