Browse Source

update

master
zhuqy 2 months ago
parent
commit
28fdc995ad
  1. 2
      ICSSoft.FromERP/ICSSoft.Frame.Data.Entity/Fram.dbml
  2. 4
      ICSSoft.FromERP/ICSSoft.Frame.Data.Entity/Fram.dbml.layout
  3. 8
      ICSSoft.FromERP/ICSSoft.Frame.Data.Entity/Fram.designer.cs

2
ICSSoft.FromERP/ICSSoft.Frame.Data.Entity/Fram.dbml

@ -639,7 +639,7 @@
<Column Name="MonthDate" Type="System.String" DbType="NVarChar(40) NOT NULL" CanBeNull="false" />
<Column Name="AgeType" Type="System.String" DbType="NVarChar(40) NOT NULL" CanBeNull="false" />
<Column Name="Quantity" Type="System.Decimal" DbType="Decimal(16,4) NOT NULL" CanBeNull="false" />
<Column Name="EATTRIBUTE1" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
<Column Name="EATTRIBUTE1" Type="System.Int32" DbType="Int" CanBeNull="true" />
<Column Name="EATTRIBUTE2" Type="System.String" DbType="NVarChar(40)" CanBeNull="true" />
<Column Name="MTIME" Type="System.DateTime" DbType="DateTime NOT NULL" CanBeNull="false" />
<Column Name="WorkPoint" Type="System.String" DbType="NVarChar(40) NOT NULL" CanBeNull="false" />

4
ICSSoft.FromERP/ICSSoft.Frame.Data.Entity/Fram.dbml.layout

@ -140,10 +140,10 @@
<elementListCompartment Id="8a1ebc38-cc60-48ea-bf84-bf0aed8a75b0" absoluteBounds="0.51500000000000012, 1.585, 1.9700000000000002, 7.445098876953125" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" />
</nestedChildShapes>
</classShape>
<classShape Id="873c6835-4330-4ba5-8607-74bd4e8c6938" isExpanded="false" absoluteBounds="3.125, 5.75, 2, 0.45">
<classShape Id="72537efe-6e80-4890-9095-28f8f58c9ce8" isExpanded="false" absoluteBounds="3, 5.875, 2, 0.45">
<DataClassMoniker Name="/FramDataContext/ICSInventoryAge" />
<nestedChildShapes>
<elementListCompartment Id="23893e10-ec6a-4a5a-a9b6-c43d444fd88b" absoluteBounds="3.1399999999999997, 6.21, 1.9700000000000002, 1.7164815266927085" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" />
<elementListCompartment Id="6cbe4ef7-a410-406c-b0df-fe0ab56d72ad" absoluteBounds="3.0149999999999997, 6.335, 1.9700000000000002, 1.7164815266927085" name="DataPropertiesCompartment" titleTextColor="Black" itemTextColor="Black" />
</nestedChildShapes>
</classShape>
</nestedChildShapes>

8
ICSSoft.FromERP/ICSSoft.Frame.Data.Entity/Fram.designer.cs

@ -14199,7 +14199,7 @@ namespace ICSSoft.Frame.Data.Entity
private decimal _Quantity;
private string _EATTRIBUTE1;
private System.Nullable<int> _EATTRIBUTE1;
private string _EATTRIBUTE2;
@ -14219,7 +14219,7 @@ namespace ICSSoft.Frame.Data.Entity
partial void OnAgeTypeChanged();
partial void OnQuantityChanging(decimal value);
partial void OnQuantityChanged();
partial void OnEATTRIBUTE1Changing(string value);
partial void OnEATTRIBUTE1Changing(System.Nullable<int> value);
partial void OnEATTRIBUTE1Changed();
partial void OnEATTRIBUTE2Changing(string value);
partial void OnEATTRIBUTE2Changed();
@ -14314,8 +14314,8 @@ namespace ICSSoft.Frame.Data.Entity
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_EATTRIBUTE1", DbType="NVarChar(40)")]
public string EATTRIBUTE1
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_EATTRIBUTE1", DbType="Int")]
public System.Nullable<int> EATTRIBUTE1
{
get
{

Loading…
Cancel
Save