2024-04-30 14:18:00 +08:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
namespace ZR.Service.mes.mm.IService
|
|
|
|
|
|
{
|
|
|
|
|
|
public interface IMmFinishedwarehouseService
|
|
|
|
|
|
{
|
|
|
|
|
|
string[] Finish_point();
|
2024-05-17 10:32:19 +08:00
|
|
|
|
string[] Finish_point_pack();
|
2024-04-30 14:18:00 +08:00
|
|
|
|
}
|
|
|
|
|
|
}
|