1
chenhaozhe
2026-01-05 c4c28d86cacfd43d1dbce051219f86a19b3276e4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsOA_ManagerEmailMain : DBUtility.ClsXt_BaseBillMain
    {
        public string HContext;//    varchar(200)        Ö÷Ìâ      
        public string HPhone;//    int            ÁªÏµµç»° £¨h_v_IF_Employee£©        
        public string HDescription;//    varchar(200        ÏêϸÄÚÈÝ
 
    }
}