FirstFQCService添加#endregion防止报错

新增原材料入库接口
This commit is contained in:
2024-02-21 13:47:13 +08:00
parent e882094228
commit ba5dc4c94d
8 changed files with 442 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ZR.Service.mes.md.IService
{
internal interface IMdMaterialReceiptService
{
}
}