#
Junjie
2024-04-13 1c02fedc5c6856522b4fe9699a726cb3c106d255
1
2
3
4
5
6
7
package com.zy.asrs.wcs.core;
 
public interface BuildSupport<T> {
 
    void execute(T t);
 
}