duhe
2025-04-15 7785befe1ccd0566db7d1e4b9016db8e9d1b6628
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; }//优先级
        
    }
}