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