basicPayUomId property

  1. @TagNumber.new(32)
Int64 get basicPayUomId

The associated unit of material for storing the basic pay amount

Implementation

@$pb.TagNumber(32)
$fixnum.Int64 get basicPayUomId => $_getI64(24);
  1. @TagNumber.new(32)
set basicPayUomId (Int64 value)

Implementation

@$pb.TagNumber(32)
set basicPayUomId($fixnum.Int64 value) => $_setInt64(24, value);