SmartFactory_NEOL/SOURCE/Lib/base - 20251205_old/ProductPlanInspR.pas
2026-09-04 14:06:10 +09:00

27 lines
369 B
ObjectPascal

unit ProductPlanInspR;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
wRelation;
type
TProductPlanInspR = class(TwRelation)
private
{ Private declarations }
protected
{ Protected declarations }
public
{ Public declarations }
published
{ Published declarations }
end;
implementation
end.