@cbm-common/cbm-types 0.0.116 → 0.0.117
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -960,10 +960,12 @@ export declare namespace CbmItemModel {
|
|
|
960
960
|
unit_measure_group_id?: string;
|
|
961
961
|
base_amount?: number;
|
|
962
962
|
name?: string;
|
|
963
|
+
barcode?: string;
|
|
963
964
|
unit_measure_group_detail?: UnitMeasureGroupDetail[];
|
|
964
965
|
}
|
|
965
966
|
interface UnitMeasureGroupDetail {
|
|
966
967
|
_id: string;
|
|
968
|
+
barcode?: string;
|
|
967
969
|
unit_measure_id: string;
|
|
968
970
|
amount: number;
|
|
969
971
|
unit_measure_name: string;
|