You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -33,6 +33,7 @@ class MovementPayload extends $pb.GeneratedMessage {
|
||||
$0.QuantityInLV? quantityInBaseLV,
|
||||
$core.Iterable<$2.AttachmentSummary>? attachments,
|
||||
$core.int? attachmentNumber,
|
||||
$core.String? stockID,
|
||||
}) {
|
||||
final result = create();
|
||||
if (goods != null) result.goods = goods;
|
||||
@@ -45,6 +46,7 @@ class MovementPayload extends $pb.GeneratedMessage {
|
||||
if (quantityInBaseLV != null) result.quantityInBaseLV = quantityInBaseLV;
|
||||
if (attachments != null) result.attachments.addAll(attachments);
|
||||
if (attachmentNumber != null) result.attachmentNumber = attachmentNumber;
|
||||
if (stockID != null) result.stockID = stockID;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -64,6 +66,7 @@ class MovementPayload extends $pb.GeneratedMessage {
|
||||
..aOM<$0.QuantityInLV>(8, _omitFieldNames ? '' : 'QuantityInBaseLV', protoName: 'QuantityInBaseLV', subBuilder: $0.QuantityInLV.create)
|
||||
..pc<$2.AttachmentSummary>(9, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $2.AttachmentSummary.create)
|
||||
..a<$core.int>(10, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber')
|
||||
..aOS(11, _omitFieldNames ? '' : 'StockID', protoName: 'StockID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -171,6 +174,15 @@ class MovementPayload extends $pb.GeneratedMessage {
|
||||
$core.bool hasAttachmentNumber() => $_has(9);
|
||||
@$pb.TagNumber(10)
|
||||
void clearAttachmentNumber() => $_clearField(10);
|
||||
|
||||
@$pb.TagNumber(11)
|
||||
$core.String get stockID => $_getSZ(10);
|
||||
@$pb.TagNumber(11)
|
||||
set stockID($core.String value) => $_setString(10, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasStockID() => $_has(10);
|
||||
@$pb.TagNumber(11)
|
||||
void clearStockID() => $_clearField(11);
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user