Files
tnb.server/ProductionMgr/Tnb.ProductionMgr.Interfaces/IProductionReportRecordService.cs
2023-05-25 22:51:56 +08:00

13 lines
227 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Tnb.ProductionMgr.Interfaces
{
public interface IProductionReportRecordService
{
}
}