zjj
8 天以前 314729da5f6f84a6112344a2210aadfeeb2bac0c
1
2
3
4
5
6
7
package com.zy.asrs.wcs.core;
 
public interface BuildSupport<T> {
 
    void execute(T t);
 
}