1
zrg
2026-02-27 c8360013932a46ae5094863098ba711e32fc3b4e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsGy_BadReason_Model:DBUtility.ClsGy_Base_Model
    {
        //
        public Int64 HDeptID;
        public string HDeptNumber;
        public Int64 HProcID;
        public Int64 HBadTypeID;
        public Int64 HMaterTypeID;
        public string HBarCode;
    }
}