You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
267 B
C#

using ZJ_BYD.Model;
namespace ZJ_BYD.Untils
{
public class LINHelper
{
public static (bool isOk, string barCode, string msg) LinCommunication(T_MaskCode mskcode, string barCode)
{
return (true, barCode, "");
}
}
}