실구매수량 항목 추가
This commit is contained in:
16
SubProject/FEQ0000/dsPurchase.Designer.cs
generated
16
SubProject/FEQ0000/dsPurchase.Designer.cs
generated
@@ -4458,11 +4458,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||
public int pumqtyReq {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tablePurchase.pumqtyReqColumn]));
|
||||
if (this.IspumqtyReqNull()) {
|
||||
return 0;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'Purchase\' 테이블의 \'pumqtyReq\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tablePurchase.pumqtyReqColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
@@ -5721,11 +5721,11 @@ namespace FEQ0000 {
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "17.0.0.0")]
|
||||
public int pumqtyReq {
|
||||
get {
|
||||
try {
|
||||
return ((int)(this[this.tableEETGW_PurchaseCR.pumqtyReqColumn]));
|
||||
if (this.IspumqtyReqNull()) {
|
||||
return 0;
|
||||
}
|
||||
catch (global::System.InvalidCastException e) {
|
||||
throw new global::System.Data.StrongTypingException("\'EETGW_PurchaseCR\' 테이블의 \'pumqtyReq\' 열의 값이 DBNull입니다.", e);
|
||||
else {
|
||||
return ((int)(this[this.tableEETGW_PurchaseCR.pumqtyReqColumn]));
|
||||
}
|
||||
}
|
||||
set {
|
||||
|
||||
Reference in New Issue
Block a user