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