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