You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package 订单折扣与日志系统;
|
|
|
|
|
|
/**
|
|
* @author hp
|
|
* @version 1.0
|
|
* @created 23-10月-2025 19:02:21
|
|
*/
|
|
public interface Logger {
|
|
|
|
/**
|
|
*
|
|
* @param message
|
|
*/
|
|
public void log(message:String message);
|
|
|
|
} |