#
qlsxk
2025-10-14 b489f3eb6b91ae0ece9444306e7fba2c3af72a9f
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}