コード例 #1
0
        public void ReverseUpdateHuId(string huId)
        {
            string barCodePrefix = BarcodeHelper.GetBarcodePrefix(huId);
            int    seq           = BarcodeHelper.GetBarcodeSeq(huId);

            ReverseUpdateSequence(BarcodeHelper.GetBarcodePrefix(huId), seq);
        }