타 부서 로그인 가능 상태 해제
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
<Property Name="state" Type="varchar" MaxLength="20" />
|
||||
<Property Name="useJobReport" Type="bit" />
|
||||
<Property Name="useUserState" Type="bit" />
|
||||
<Property Name="exceptHoly" Type="bit" />
|
||||
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
||||
</EntityType>
|
||||
@@ -90,12 +91,21 @@
|
||||
<Property Name="remark" Type="nvarchar" MaxLength="255" />
|
||||
<Property Name="hrs" Type="float" />
|
||||
<Property Name="ot" Type="float" />
|
||||
<Property Name="otStart" Type="datetime" />
|
||||
<Property Name="otEnd" Type="datetime" />
|
||||
<Property Name="import" Type="bit" />
|
||||
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
<Property Name="wdate" Type="smalldatetime" Nullable="false" />
|
||||
<Property Name="description2" Type="nvarchar(max)" />
|
||||
<Property Name="tag" Type="varchar" MaxLength="255" />
|
||||
<Property Name="autoinput" Type="bit" />
|
||||
<Property Name="kisullv" Type="varchar" MaxLength="10" />
|
||||
<Property Name="kisuldiv" Type="varchar" MaxLength="100" />
|
||||
<Property Name="kisulamt" Type="decimal" Precision="18" Scale="3" />
|
||||
<Property Name="ot2" Type="float" />
|
||||
<Property Name="otReason" Type="varchar" MaxLength="255" />
|
||||
<Property Name="otwuid" Type="varchar" MaxLength="20" />
|
||||
<Property Name="ottime" Type="datetime" />
|
||||
</EntityType>
|
||||
<EntityType Name="Projects">
|
||||
<Key>
|
||||
@@ -128,6 +138,9 @@
|
||||
<Property Name="ddate" Type="varchar" MaxLength="50" />
|
||||
<Property Name="edate" Type="varchar" MaxLength="50" />
|
||||
<Property Name="odate" Type="varchar" MaxLength="50" />
|
||||
<Property Name="bdate" Type="varchar" MaxLength="50" />
|
||||
<Property Name="qdate" Type="varchar" MaxLength="50" />
|
||||
<Property Name="cdate" Type="varchar" MaxLength="50" />
|
||||
<Property Name="progress" Type="int" />
|
||||
<Property Name="memo" Type="nvarchar" MaxLength="255" />
|
||||
<Property Name="wuid" Type="varchar" MaxLength="20" Nullable="false" />
|
||||
@@ -141,9 +154,12 @@
|
||||
<Property Name="CMP_Description" Type="nvarchar(max)" />
|
||||
<Property Name="CMP_Before" Type="nvarchar(max)" />
|
||||
<Property Name="CMP_After" Type="nvarchar(max)" />
|
||||
<Property Name="CMP_After2" Type="nvarchar(max)" />
|
||||
<Property Name="bCost" Type="bit" />
|
||||
<Property Name="bFanOut" Type="bit" />
|
||||
<Property Name="div" Type="varchar" MaxLength="2" />
|
||||
<Property Name="model" Type="varchar" MaxLength="50" />
|
||||
<Property Name="serial" Type="varchar" MaxLength="50" />
|
||||
<Property Name="EB_Site" Type="varchar" MaxLength="20" />
|
||||
<Property Name="EB_Line" Type="varchar" MaxLength="10" />
|
||||
<Property Name="EB_Team" Type="varchar" MaxLength="10" />
|
||||
@@ -153,6 +169,7 @@
|
||||
<Property Name="EB_ConstNew" Type="float" />
|
||||
<Property Name="EB_BoardName" Type="nvarchar" MaxLength="255" />
|
||||
<Property Name="bAlert" Type="bit" />
|
||||
<Property Name="championid" Type="varchar" MaxLength="20" />
|
||||
</EntityType>
|
||||
<EntityType Name="ProjectsHistory">
|
||||
<Key>
|
||||
@@ -231,6 +248,9 @@
|
||||
<Property Name="bbuy" Type="bit" />
|
||||
<Property Name="bconfirm" Type="bit" />
|
||||
<Property Name="bCancel" Type="bit" />
|
||||
<Property Name="reqUser" Type="varchar" MaxLength="30" />
|
||||
<Property Name="recvUser" Type="nvarchar" MaxLength="30" />
|
||||
<Property Name="recvDate" Type="varchar" MaxLength="10" />
|
||||
</EntityType>
|
||||
<EntityType Name="Purchase">
|
||||
<Key>
|
||||
@@ -251,6 +271,7 @@
|
||||
<Property Name="pumunit" Type="varchar" MaxLength="50" />
|
||||
<Property Name="pumqty" Type="int" />
|
||||
<Property Name="pumprice" Type="decimal" Precision="18" Scale="0" />
|
||||
<Property Name="pumpriceD" Type="decimal" Precision="18" Scale="2" />
|
||||
<Property Name="pumamt" Type="decimal" Precision="18" Scale="0" />
|
||||
<Property Name="supply" Type="varchar" MaxLength="200" />
|
||||
<Property Name="supplyidx" Type="int" />
|
||||
@@ -280,6 +301,9 @@
|
||||
<Property Name="path_kj" Type="nvarchar" MaxLength="100" />
|
||||
<Property Name="advpurchase" Type="bit" />
|
||||
<Property Name="permission" Type="int" />
|
||||
<Property Name="advkisul" Type="bit" />
|
||||
<Property Name="managerinfo" Type="varchar" MaxLength="255" />
|
||||
<Property Name="devinfo" Type="varchar" MaxLength="255" />
|
||||
</EntityType>
|
||||
<EntityType Name="Users">
|
||||
<Key>
|
||||
@@ -335,6 +359,7 @@
|
||||
<EntityType Name="vGroupUser">
|
||||
<Key>
|
||||
<PropertyRef Name="gcode" />
|
||||
|
||||
</Key>
|
||||
<Property Name="gcode" Type="varchar" MaxLength="10" Nullable="false" />
|
||||
<Property Name="dept" Type="varchar" MaxLength="100" />
|
||||
@@ -352,11 +377,13 @@
|
||||
<Property Name="ads_title" Type="nvarchar" MaxLength="100" />
|
||||
<Property Name="ads_created" Type="varchar" MaxLength="50" />
|
||||
<Property Name="memo" Type="nvarchar" MaxLength="255" />
|
||||
<Property Name="processs" Type="varchar" MaxLength="50" />
|
||||
<Property Name="processs" Type="varchar" MaxLength="50" Nullable="false" />
|
||||
<Property Name="id" Type="varchar" MaxLength="20" />
|
||||
<Property Name="state" Type="varchar" MaxLength="20" />
|
||||
<Property Name="useJobReport" Type="bit" />
|
||||
<Property Name="useUserState" Type="bit" />
|
||||
<Property Name="password" Type="varchar" MaxLength="50" />
|
||||
<Property Name="exceptHoly" Type="bit" />
|
||||
</EntityType>
|
||||
<EntityContainer Name="EEModelMainStoreContainer">
|
||||
<EntitySet Name="EETGW_GroupUser" EntityType="Self.EETGW_GroupUser" Schema="dbo" store:Type="Tables" />
|
||||
@@ -410,7 +437,9 @@
|
||||
[vGroupUser].[id] AS [id],
|
||||
[vGroupUser].[state] AS [state],
|
||||
[vGroupUser].[useJobReport] AS [useJobReport],
|
||||
[vGroupUser].[useUserState] AS [useUserState]
|
||||
[vGroupUser].[useUserState] AS [useUserState],
|
||||
[vGroupUser].[password] AS [password],
|
||||
[vGroupUser].[exceptHoly] AS [exceptHoly]
|
||||
FROM [dbo].[vGroupUser] AS [vGroupUser]</DefiningQuery>
|
||||
</EntitySet>
|
||||
</EntityContainer>
|
||||
@@ -427,6 +456,9 @@
|
||||
<Property Name="path_kj" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
||||
<Property Name="advpurchase" Type="Boolean" />
|
||||
<Property Name="permission" Type="Int32" />
|
||||
<Property Name="advkisul" Type="Boolean" />
|
||||
<Property Name="managerinfo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
||||
<Property Name="devinfo" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityContainer Name="EEEntitiesMain" annotation:LazyLoadingEnabled="true">
|
||||
<EntitySet Name="UserGroup" EntityType="Self.UserGroup" />
|
||||
@@ -497,6 +529,7 @@
|
||||
<Property Name="useUserState" Type="Boolean" />
|
||||
<Property Name="wuid" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
|
||||
<Property Name="exceptHoly" Type="Boolean" />
|
||||
</EntityType>
|
||||
<EntityType Name="vGroupUser">
|
||||
<Key>
|
||||
@@ -518,11 +551,13 @@
|
||||
<Property Name="ads_title" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
||||
<Property Name="ads_created" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="memo" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
||||
<Property Name="processs" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="processs" Type="String" MaxLength="50" FixedLength="false" Unicode="false" Nullable="false" />
|
||||
<Property Name="id" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="state" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="useJobReport" Type="Boolean" />
|
||||
<Property Name="useUserState" Type="Boolean" />
|
||||
<Property Name="password" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="exceptHoly" Type="Boolean" />
|
||||
</EntityType>
|
||||
<EntityType Name="EETGW_JobReport_AutoInput">
|
||||
<Key>
|
||||
@@ -577,6 +612,15 @@
|
||||
<Property Name="description2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
<Property Name="tag" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
||||
<Property Name="autoinput" Type="Boolean" />
|
||||
<Property Name="otStart" Type="DateTime" Precision="3" />
|
||||
<Property Name="otEnd" Type="DateTime" Precision="3" />
|
||||
<Property Name="kisullv" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="kisuldiv" Type="String" MaxLength="100" FixedLength="false" Unicode="false" />
|
||||
<Property Name="kisulamt" Type="Decimal" Precision="18" Scale="3" />
|
||||
<Property Name="ot2" Type="Double" />
|
||||
<Property Name="otReason" Type="String" MaxLength="255" FixedLength="false" Unicode="false" />
|
||||
<Property Name="otwuid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="ottime" Type="DateTime" Precision="3" />
|
||||
</EntityType>
|
||||
<EntityType Name="vFindSID">
|
||||
<Key>
|
||||
@@ -655,6 +699,13 @@
|
||||
<Property Name="EB_ConstNew" Type="Double" />
|
||||
<Property Name="EB_BoardName" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
||||
<Property Name="bAlert" Type="Boolean" />
|
||||
<Property Name="bdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="qdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="cdate" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="CMP_After2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
|
||||
<Property Name="model" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="serial" Type="String" MaxLength="50" FixedLength="false" Unicode="false" />
|
||||
<Property Name="championid" Type="String" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="ProjectsHistory">
|
||||
<Key>
|
||||
@@ -733,6 +784,9 @@
|
||||
<Property Name="bbuy" Type="Boolean" />
|
||||
<Property Name="bconfirm" Type="Boolean" />
|
||||
<Property Name="bCancel" Type="Boolean" />
|
||||
<Property Name="reqUser" Type="String" MaxLength="30" FixedLength="false" Unicode="false" />
|
||||
<Property Name="recvUser" Type="String" MaxLength="30" FixedLength="false" Unicode="true" />
|
||||
<Property Name="recvDate" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
</EntityType>
|
||||
<EntityType Name="Purchase">
|
||||
<Key>
|
||||
@@ -772,6 +826,7 @@
|
||||
<Property Name="wuid" Type="String" Nullable="false" MaxLength="20" FixedLength="false" Unicode="false" />
|
||||
<Property Name="wdate" Type="DateTime" Nullable="false" Precision="0" />
|
||||
<Property Name="inqty" Type="Int32" />
|
||||
<Property Name="pumpriceD" Type="Decimal" Precision="18" Scale="2" />
|
||||
</EntityType>
|
||||
<EntityType Name="HolidayLIst">
|
||||
<Key>
|
||||
@@ -793,6 +848,9 @@
|
||||
<EntitySetMapping Name="UserGroup">
|
||||
<EntityTypeMapping TypeName="EEModelMain.UserGroup">
|
||||
<MappingFragment StoreEntitySet="UserGroup">
|
||||
<ScalarProperty Name="devinfo" ColumnName="devinfo" />
|
||||
<ScalarProperty Name="managerinfo" ColumnName="managerinfo" />
|
||||
<ScalarProperty Name="advkisul" ColumnName="advkisul" />
|
||||
<ScalarProperty Name="dept" ColumnName="dept" />
|
||||
<ScalarProperty Name="gcode" ColumnName="gcode" />
|
||||
<ScalarProperty Name="path_kj" ColumnName="path_kj" />
|
||||
@@ -844,6 +902,7 @@
|
||||
<EntitySetMapping Name="EETGW_GroupUser">
|
||||
<EntityTypeMapping TypeName="EEModelMain.EETGW_GroupUser">
|
||||
<MappingFragment StoreEntitySet="EETGW_GroupUser">
|
||||
<ScalarProperty Name="exceptHoly" ColumnName="exceptHoly" />
|
||||
<ScalarProperty Name="wdate" ColumnName="wdate" />
|
||||
<ScalarProperty Name="wuid" ColumnName="wuid" />
|
||||
<ScalarProperty Name="useUserState" ColumnName="useUserState" />
|
||||
@@ -860,6 +919,8 @@
|
||||
<EntitySetMapping Name="vGroupUser">
|
||||
<EntityTypeMapping TypeName="EEModelMain.vGroupUser">
|
||||
<MappingFragment StoreEntitySet="vGroupUser">
|
||||
<ScalarProperty Name="exceptHoly" ColumnName="exceptHoly" />
|
||||
<ScalarProperty Name="password" ColumnName="password" />
|
||||
<ScalarProperty Name="useUserState" ColumnName="useUserState" />
|
||||
<ScalarProperty Name="useJobReport" ColumnName="useJobReport" />
|
||||
<ScalarProperty Name="state" ColumnName="state" />
|
||||
@@ -916,6 +977,15 @@
|
||||
<EntitySetMapping Name="JobReport">
|
||||
<EntityTypeMapping TypeName="EEModelMain.JobReport">
|
||||
<MappingFragment StoreEntitySet="JobReport">
|
||||
<ScalarProperty Name="ottime" ColumnName="ottime" />
|
||||
<ScalarProperty Name="otwuid" ColumnName="otwuid" />
|
||||
<ScalarProperty Name="otReason" ColumnName="otReason" />
|
||||
<ScalarProperty Name="ot2" ColumnName="ot2" />
|
||||
<ScalarProperty Name="kisulamt" ColumnName="kisulamt" />
|
||||
<ScalarProperty Name="kisuldiv" ColumnName="kisuldiv" />
|
||||
<ScalarProperty Name="kisullv" ColumnName="kisullv" />
|
||||
<ScalarProperty Name="otEnd" ColumnName="otEnd" />
|
||||
<ScalarProperty Name="otStart" ColumnName="otStart" />
|
||||
<ScalarProperty Name="autoinput" ColumnName="autoinput" />
|
||||
<ScalarProperty Name="tag" ColumnName="tag" />
|
||||
<ScalarProperty Name="description2" ColumnName="description2" />
|
||||
@@ -961,6 +1031,13 @@
|
||||
<EntitySetMapping Name="Projects">
|
||||
<EntityTypeMapping TypeName="EEModelMain.Projects">
|
||||
<MappingFragment StoreEntitySet="Projects">
|
||||
<ScalarProperty Name="championid" ColumnName="championid" />
|
||||
<ScalarProperty Name="serial" ColumnName="serial" />
|
||||
<ScalarProperty Name="model" ColumnName="model" />
|
||||
<ScalarProperty Name="CMP_After2" ColumnName="CMP_After2" />
|
||||
<ScalarProperty Name="cdate" ColumnName="cdate" />
|
||||
<ScalarProperty Name="qdate" ColumnName="qdate" />
|
||||
<ScalarProperty Name="bdate" ColumnName="bdate" />
|
||||
<ScalarProperty Name="bAlert" ColumnName="bAlert" />
|
||||
<ScalarProperty Name="EB_BoardName" ColumnName="EB_BoardName" />
|
||||
<ScalarProperty Name="EB_ConstNew" ColumnName="EB_ConstNew" />
|
||||
@@ -1063,6 +1140,9 @@
|
||||
<EntitySetMapping Name="ProjectsPart">
|
||||
<EntityTypeMapping TypeName="EEModelMain.ProjectsPart">
|
||||
<MappingFragment StoreEntitySet="ProjectsPart">
|
||||
<ScalarProperty Name="recvDate" ColumnName="recvDate" />
|
||||
<ScalarProperty Name="recvUser" ColumnName="recvUser" />
|
||||
<ScalarProperty Name="reqUser" ColumnName="reqUser" />
|
||||
<ScalarProperty Name="bCancel" ColumnName="bCancel" />
|
||||
<ScalarProperty Name="bconfirm" ColumnName="bconfirm" />
|
||||
<ScalarProperty Name="bbuy" ColumnName="bbuy" />
|
||||
@@ -1101,6 +1181,7 @@
|
||||
<EntitySetMapping Name="Purchase">
|
||||
<EntityTypeMapping TypeName="EEModelMain.Purchase">
|
||||
<MappingFragment StoreEntitySet="Purchase">
|
||||
<ScalarProperty Name="pumpriceD" ColumnName="pumpriceD" />
|
||||
<ScalarProperty Name="inqty" ColumnName="inqty" />
|
||||
<ScalarProperty Name="wdate" ColumnName="wdate" />
|
||||
<ScalarProperty Name="wuid" ColumnName="wuid" />
|
||||
|
||||
Reference in New Issue
Block a user