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