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

@@ -73,5 +73,28 @@ namespace Project
public string model { get; set; }
public string serial { get; set; }
public string championid { get; set; }
public string designid { get; set; }
public string assemblyid { get; set; }
public string epanelid { get; set; }
public string softwareid { get; set; }
public string userAssembly { get; set; }
public string ReqLine { get; set; }
public string ReqSite { get; set; }
public string ReqPackage { get; set; }
public string ReqPlant { get; set; }
public Nullable<int> pno { get; set; }
public string kdate { get; set; }
public Nullable<int> jasmin { get; set; }
public Nullable<double> sfi { get; set; }
public string sfi_type { get; set; }
public Nullable<double> sfi_savetime { get; set; }
public Nullable<double> sfi_savecount { get; set; }
public Nullable<double> sfi_shiftcount { get; set; }
public Nullable<double> sfic { get; set; }
public Nullable<bool> bHighlight { get; set; }
public string effect_tangible { get; set; }
public string effect_intangible { get; set; }
public Nullable<bool> bmajoritem { get; set; }
public Nullable<decimal> cramount { get; set; }
}
}