duhe
2025-03-10 b3f7c8503cea3e849e8bdab234ef8d1f3aeab53b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models
{
    public class Gy_RoutingBillSub_WorkQty : DBUtility.ClsXt_BaseBillSub
    {
        public Int64 HEntrySubID { get; set; }//孙表ID
        public Int64 HSourceID { get; set; }//生产资源ID 
        public Decimal HWorkQty_Source { get; set; }//生产资源产能  
        public Decimal HEntryStdEmpQty { get; set; }//生产资源标准人数  
        public Decimal HEntryStdEmpAvg { get; set; }//生产资源人均产能
        public Int64 HSortNum { get; set; }//优先级
        
    }
}