SmartFactory_NEOL/SOURCE/Agent,Kiosk/Lib/base/PurchaseMstPlanR.pas
2026-09-04 14:08:41 +09:00

27 lines
369 B
ObjectPascal

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