|
|
@@ -112,5 +112,14 @@ namespace WCS.Service.Log
|
|
|
{
|
|
|
Log.Info(msg, "INFO_WMSREQUEST");
|
|
|
}
|
|
|
+
|
|
|
+ /// <summary>
|
|
|
+ /// PLC读取记录
|
|
|
+ /// </summary>
|
|
|
+ /// <param name="msg"></param>
|
|
|
+ public static void INFO_PLCREADLOG(string msg)
|
|
|
+ {
|
|
|
+ Log.Info(msg, "INFO_PLCREADLOG");
|
|
|
+ }
|
|
|
}
|
|
|
}
|