#
zjj
2024-06-18 ee6e7a5260183a0ac977d6ff21fe3de6f70d3bdd
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}