9 lines
176 B
C#
9 lines
176 B
C#
namespace ZR.Service.mes.mm.IService
|
|
{
|
|
public interface IMmFinishedwarehouseService
|
|
{
|
|
string[] Finish_point();
|
|
string[] Finish_point_pack();
|
|
}
|
|
}
|