模具领用归还

This commit is contained in:
2023-07-07 14:49:35 +08:00
parent 9488c6b6ca
commit dace6212de
8 changed files with 427 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
namespace Tnb.EquipMgr.Interfaces
{
/// <summary>
/// 模具归还服务
/// </summary>
public interface IToolMoldReturnService
{
}
}