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