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

7 lines
110 B
C#

namespace Tnb.ProductionMgr.Interfaces
{
public interface IProductionReportRecordService
{
}
}