#
Administrator
2026-04-25 a55f2835748bd494ff46ca3e1a2d7d672153cb2f
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}