실구매수량 항목 추가

This commit is contained in:
chi
2023-08-17 11:48:28 +09:00
parent fed728d82f
commit 299fce9038
13 changed files with 353 additions and 315 deletions

View File

@@ -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 {