public int GetPickOutData(ArrayList ParameterList, out string strInout_NO, out string strUpdatedate, out string strUpdateid)
        {
            DBO.VDS_IVM12_DBO CGRM = new VDS_IVM12_DBO(ref USEDB);

            int result;

            try
            {
                result = CGRM.GetPickOutData(ParameterList, out strInout_NO, out strUpdatedate, out strUpdateid);

                return result;
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }