zjj
2024-10-09 4440e9b72424e469527d8c7cd7c0c14dfb0b78a1
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}