public List <MatLotMaster_ItemLevelMasterVO> PickerMatLotMaster_ItemLevelMaster(string Adatetimepicker) //QAM_SQC_006 날짜별조회
        {
            MatLotMaster_ItemLevelMasterDAC dac = new MatLotMaster_ItemLevelMasterDAC();

            return(dac.PickerMatLotMaster_ItemLevelMaster(Adatetimepicker));
        }
        public List <MatLotMaster_ItemLevelMasterVO> GetAllMatLotMaster_ItemLevelMaster() // QAM_SQC_006 전체 조회
        {
            MatLotMaster_ItemLevelMasterDAC dac = new MatLotMaster_ItemLevelMasterDAC();

            return(dac.GetAllMatLotMaster_ItemLevelMaster());
        }