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