修改载具状态与数据库字段类型映射

This commit is contained in:
alex
2023-06-27 10:27:25 +08:00
parent de0d5bcce9
commit 8c4a0799a2
4 changed files with 37 additions and 3 deletions

View File

@@ -185,5 +185,13 @@ namespace Tnb.WarehouseMgr
}
}
public override Task ModifyAsync(WareHouseUpInput input)
{
return Task.CompletedTask;
}
}
}