|
@@ -68,9 +68,9 @@ type
|
|
|
FAddGatherQuantity: TsdValue;
|
|
|
FAddGatherTotalPrice: TsdValue;
|
|
|
|
|
|
- FLockLevel: TsdValue;
|
|
|
- FLockInfo: TsdValue;
|
|
|
- FLockNewPrice: TsdValue;
|
|
|
+ FLockedLevel: TsdValue;
|
|
|
+ FLockedInfo: TsdValue;
|
|
|
+ FLockedNewPrice: TsdValue;
|
|
|
FCreatePhaseID: TsdValue;
|
|
|
FIsMeasureAdd: TsdValue;
|
|
|
|
|
@@ -155,9 +155,9 @@ type
|
|
|
property AddGatherQuantity: TsdValue read FAddGatherQuantity;
|
|
|
property AddGatherTotalPrice: TsdValue read FAddGatherTotalPrice;
|
|
|
|
|
|
- property LockLevel: TsdValue read FLockLevel;
|
|
|
- property LockInfo: TsdValue read FLockInfo;
|
|
|
- property LockNewPrice: TsdValue read FLockNewPrice;
|
|
|
+ property LockedLevel: TsdValue read FLockedLevel;
|
|
|
+ property LockedInfo: TsdValue read FLockedInfo;
|
|
|
+ property LockedNewPrice: TsdValue read FLockedNewPrice;
|
|
|
property CreatePhaseID: TsdValue read FCreatePhaseID;
|
|
|
property IsMeasureAdd: TsdValue read FIsMeasureAdd;
|
|
|
|
|
@@ -519,9 +519,9 @@ begin
|
|
|
FAddGatherQuantity := ValueByName('AddGatherQuantity');
|
|
|
FAddGatherTotalPrice := ValueByName('AddGatherTotalPrice');
|
|
|
|
|
|
- FLockLevel := ValueByName('LockLevel');
|
|
|
- FLockInfo := ValueByName('LockInfo');
|
|
|
- FLockNewPrice := ValueByName('LockNewPrice');
|
|
|
+ FLockedLevel := ValueByName('LockedLevel');
|
|
|
+ FLockedInfo := ValueByName('LockedInfo');
|
|
|
+ FLockedNewPrice := ValueByName('LockedNewPrice');
|
|
|
FCreatePhaseID := ValueByName('CreatePhaseID');
|
|
|
FIsMeasureAdd := ValueByName('IsMeasureAdd');
|
|
|
|