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