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