10 lines
181 B
C#
10 lines
181 B
C#
namespace Tnb.ProductionMgr.Interfaces
|
|
{
|
|
/// <summary>
|
|
/// 组装、包装 生产提报接口
|
|
/// </summary>
|
|
public interface IPrdPackReportService
|
|
{
|
|
}
|
|
}
|