Laservall_manager_system/VOL.MES/IServices/mes/IMES_ProductionPlanDetailSe...

13 lines
287 B
C#
Raw Normal View History

2025-09-25 14:37:10 +08:00
/*
*,
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
namespace VOL.MES.IServices
{
public partial interface IMES_ProductionPlanDetailService : IService<MES_ProductionPlanDetail>
{
}
}