skyouc
7 天以前 c828579bf44bf5b2ded4c04b16670be71cc76514
1
2
3
4
5
6
7
package com.zy.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}