zjj
2025-04-10 d8f676ad00f7053180bcbdb91b8abe511eae208e
1
2
3
4
5
6
7
package com.zy.asrs.wcs.core;
 
public interface BuildSupport<T> {
 
    void execute(T t);
 
}