llj
23 小时以前 0a7beb214741d32d8ee7700a354ec5dfbe9ff29e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
using DBUtility;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models
{
    public class ClsGy_Material_Model : ClsGy_Base_Model
    {
        public long HMaterClsID;
        public string HPicNo;
        public long HErpclsID;
        public string HColor;
        public string HSubjoin2;
        public string HSubjoin;
        public long HSPID;
        public long HSPGroupID;
        public long HPropertyTypeID;
        public string HEngModel;
        public string HEngName;
        public string HVersion;
        public double HQtyMax;
        public double HQtyMin;
        public double HMinPickQty;
        public string HBarCode;
        public double HstdPrice;
        public double HKeepDays;
        public double HSalePrice;
        public double HOrderPrice;
        public double HSafeStock;
        public double HLowStock;
        public double HHighStock;
        public double HSecUnitRate;
        public long HSecUnitID;
        public long HBomID;
        public long HRoutingID;
        public long HWhID;
        public long HUnitGroupID;
        public long HMaterTypeID;
        public double HPlanPrice;
        //public int HUSEORGID;
        public int HERPItemID;
       // public int HCREATEORGID;
        public int HPlanMode;
        public int HBatchManager;
        public string HOldMaterNumber;
        public double HWidth; //幅宽
        public double HLength;  
        public double HHeight;  
        public double HJQty;  
        public double HWeight; //克重
        public string HColorRemark; //染色要求
 
        public int HSALEUNITID; //销售计量单位(gy_unit)
        public int HSALEPRICEUNITID; //销售计价计量单位(gy_unit)
        public int HBASEUNITID; //基本计量单位(gy_unit)
        public int HSTOREUNITID; //库存计量单位(gy_unit)
        public int HPOUnitID;       //采购计量单位(gy_unit)
        public int HCHECKINCOMING; //是否来料检验
        public int HAuxPropFlag;  
        public int HCHECKPRODUCT; //是否产品检验
        public double HPERUNITSTANDHOUR; //标准工时
        public double HSTDLABORPREPARETIME; //标准人员准备工时
        public double HSTDMACHINEPREPARETIME; //标准机器准备工时
        public string HMaterRuleType; //物料公式
 
        public int HSNUnitID;
        public int HMASTERID;
        public int HISKFPERIOD;
        public int HAuxUnitID;
        public double HEXPPERIOD;
        public int HQCSchemeID_Fst;
        public int HQCSchemeID_Proc;
        public int HQCSchemeID_Patrol;
        public int HQCSchemeID_POStockIn;
        public int HQCSchemeID_LastPiece;
        public int HQCSchemeID_OutComp;
        public string HColorNo;//颜色色号
        public double HPieceMaxQty; //单件最大上限
 
        public int HCommonUseFlag; // 是否不常用材料
 
        public double HAvgStockPrice; // 加权平均价
 
        public double HFootPrice; // 结算价
 
        public double HTaxCost; // 含税成本价
 
        public double HNoTaxCost; // 不含税成本价
 
        public double HOnceRightRate; //一次合格率标准值
 
        public string HHeight_M;//毛高
        public string HInches_M;//寸数组织
        public string HAl1Long_M;//全毛长
        public string HDensity_M;//坏布密度
        public string HTela_M;//毛纱名称及规格
        public string HUnderTela_M;//底丝
        public string HSizing_M;//定型浆料
        public string HEXPUNIT;
 
        public double HQtyDec; // -数量精度(默认4)
 
        public double HPriceDec; // 单价精度(默认4)
 
        public double HMoneyDec; // 金额精度(默认2)
        public double HTaxRate; // 默认税率(默认13)
 
        public double HProfitRate; // 默认利润率(默认0)
        public int HProjectBillMainID; //项目号
 
        public double HLotcardQty; //单个流转卡数量
        public int HDivisionID; //事业部
 
        public int HCubicleQty; //工位数量
 
        public string HBarCodePrintName;//条码默认打印模板名称
        public string HMaterRuleExternType; // 羊毛公式
        public string HMaterRuleExternType1; // 毛尖公式
        public string HCircularKnittingMachineCode; //圆机代码
        //小卫自定义
        public int HMinPOQty;//箱规
        public int HMaxPOQty;//托规
        public string HMaterColor;//托规
        public string HMidBoxSize;//托规
        public string HVolume;//托规
       
 
    }
}