nr구매등록 기능 추가

This commit is contained in:
chi
2020-04-17 14:14:54 +09:00
parent 0567ffe9c0
commit e77831329c
13 changed files with 1920 additions and 1268 deletions

View File

@@ -5552,11 +5552,11 @@ namespace FPJ0000 {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Project {
get {
try {
return ((int)(this[this.tableProjectsPart.ProjectColumn]));
if (this.IsProjectNull()) {
return -1;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'ProjectsPart\' 테이블의 \'Project\' 열의 값이 DBNull입니다.", e);
else {
return ((int)(this[this.tableProjectsPart.ProjectColumn]));
}
}
set {
@@ -5568,11 +5568,11 @@ namespace FPJ0000 {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int Item {
get {
try {
return ((int)(this[this.tableProjectsPart.ItemColumn]));
if (this.IsItemNull()) {
return -1;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'ProjectsPart\' 테이블의 \'Item\' 열의 값이 DBNull입니다.", e);
else {
return ((int)(this[this.tableProjectsPart.ItemColumn]));
}
}
set {
@@ -5846,11 +5846,11 @@ namespace FPJ0000 {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public int ItemSupplyidx {
get {
try {
return ((int)(this[this.tableProjectsPart.ItemSupplyidxColumn]));
if (this.IsItemSupplyidxNull()) {
return -1;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'ProjectsPart\' 테이블의 \'ItemSupplyidx\' 열의 값이 DBNull입니다.", e);
else {
return ((int)(this[this.tableProjectsPart.ItemSupplyidxColumn]));
}
}
set {
@@ -5894,11 +5894,11 @@ namespace FPJ0000 {
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Design.TypedDataSetGenerator", "15.0.0.0")]
public bool import {
get {
try {
return ((bool)(this[this.tableProjectsPart.importColumn]));
if (this.IsimportNull()) {
return false;
}
catch (global::System.InvalidCastException e) {
throw new global::System.Data.StrongTypingException("\'ProjectsPart\' 테이블의 \'import\' 열의 값이 DBNull입니다.", e);
else {
return ((bool)(this[this.tableProjectsPart.importColumn]));
}
}
set {