Latest generation

This commit is contained in:
ci core model
2026-08-21 07:36:33 +00:00
parent 01a890fc98
commit 2a1d4a87d3
6 changed files with 34 additions and 4 deletions

View File

@@ -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);
}
///