wtt
2025-03-17 b71fe28edb0b6d78d52a1fe4808e91214369e3a1
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; }//优先级
        
    }
}