1
llj
2026-03-16 2a4405ab087f80da9e3a52e127677a3831fa36fa
1
2
3
4
5
6
7
8
9
10
11
12
13
using System;
using System.Collections.Generic;
using System.Text;
 
namespace WebAPI.Models
{
    public class ClsOA_InformBillSub : DBUtility.ClsXt_BaseBillSub
    {
        public string HReceiveMan;//    int        ½ÓÊÕÈË£¨h_v_IF_Employee£©
        public bool HReadFlag;//    bit        //ÒÑÔıê¼Ç£¨±£´æÊ±Ä¬ÈÏΪ0£©
 
    }
}