Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Interfaces/IPrdPackReportService.cs
2023-11-06 19:35:59 +08:00

10 lines
181 B
C#

namespace Tnb.ProductionMgr.Interfaces
{
/// <summary>
/// 组装、包装 生产提报接口
/// </summary>
public interface IPrdPackReportService
{
}
}