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