chenhaozhe
2025-09-10 2c41a0addbf4cfaa8ed8b4ec7c9d82b19cf882f9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models
{
    public class Sc_StationOutBillSub_Sup
    {
        public int HInterID { get; set; }
        public int HEntryID { get; set; }
        public int HSupID { get; set; }
        public double HWasterQty_Mater { get; set; }
        public double HBackWorkQty { get; set; }
        public string HRemark { get; set; }
        public int HSourceInterID { get; set; }
        public int HSourceEntryID { get; set; }
        public string HSourceBillNo { get; set; }
        public string HSourceBillType { get; set; }
    }
}