zjj
2025-05-05 e941917741b9b9b589d55fca1480126b78a0e2e3
1
2
3
4
5
6
7
package com.zy.asrs.wcs.common;
 
public interface ExecuteSupport {
 
    Boolean judgement();
 
}