wtt
2025-02-10 c5eecec4c618a9f0a981fdb99c5f6875973969c8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsQc_PreventErrMouldCheckBillMain : DBUtility.ClsXt_BaseBillMain
    {
    
        public Int64 HMaterID;          //int ---ÎïÁÏ£¨gy_Material£©
        public Int64 HCheckEmpID;        // int --µã¼ì×÷ÒµÔ±£¨gy_Employee£©
        public string HNote;        // varchar(500) --¼Ç¼ÊÂÏî
        public string HLastResult;  //varchar(20)  --×îÖÕ½áÂÛ£¨OK£¬NG£©
    }
}