entity 오류로인해 제거해야해서 . 제거전 백업

This commit is contained in:
chi
2025-04-06 01:54:17 +09:00
parent a82471915e
commit 2b22ca9c51
65 changed files with 8031 additions and 1945 deletions

View File

@@ -49,5 +49,25 @@ namespace Project
public System.DateTime wdate { get; set; }
public Nullable<int> inqty { get; set; }
public Nullable<decimal> pumpriceD { get; set; }
public Nullable<int> pumqtyReq { get; set; }
public string inremark { get; set; }
public string winuid { get; set; }
public Nullable<System.DateTime> windate { get; set; }
public Nullable<bool> chk1 { get; set; }
public Nullable<bool> chk2 { get; set; }
public string chkremark { get; set; }
public string costcenter { get; set; }
public string linecode { get; set; }
public string purchase_manager { get; set; }
public string purchase_admin { get; set; }
public string currency { get; set; }
public string prdate { get; set; }
public string bigo_admin { get; set; }
public string bigo_manager { get; set; }
public string conf_status { get; set; }
public string conf_request { get; set; }
public string conf_reponse { get; set; }
public Nullable<int> spmqty { get; set; }
public Nullable<bool> UpdateToItem { get; set; }
}
}