This commit is contained in:
@ -91,6 +91,18 @@ namespace Epost.DAL
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 格式化任务数据
|
||||
public bool FORMAT_DEVICE(LabelParamModel model)
|
||||
{
|
||||
|
||||
model.Address = "9999";
|
||||
model.Command = "FORMAT_DEVICE";
|
||||
model.Parameter = "";
|
||||
model.Timeout = "0.5";
|
||||
return Send(model);
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 导入地址信息
|
||||
public bool INPUT_ADDRESS_DATA()
|
||||
{
|
||||
|
Reference in New Issue
Block a user