調整
This commit is contained in:
@@ -1554,6 +1554,8 @@ namespace Model
|
||||
public string u_date { get; set; }
|
||||
public string u_time { get; set; }
|
||||
public string addr { get; set; }
|
||||
public string receipt_date { get; set; }
|
||||
public string receipt_item { get; set; }
|
||||
}
|
||||
}
|
||||
namespace Model
|
||||
|
||||
@@ -812,6 +812,8 @@
|
||||
<Property Name="u_date" Type="varchar" MaxLength="10" />
|
||||
<Property Name="u_time" Type="varchar" MaxLength="6" />
|
||||
<Property Name="addr" Type="nvarchar" MaxLength="255" />
|
||||
<Property Name="receipt_date" Type="varchar" MaxLength="10" />
|
||||
<Property Name="receipt_item" Type="nvarchar" MaxLength="100" />
|
||||
</EntityType>
|
||||
<EntityType Name="receipt_master">
|
||||
<Key>
|
||||
@@ -5464,6 +5466,8 @@
|
||||
<Property Name="u_date" Type="String" MaxLength="10" FixedLength="false" Unicode="false" />
|
||||
<Property Name="u_time" Type="String" MaxLength="6" FixedLength="false" Unicode="false" />
|
||||
<Property Name="addr" Type="String" MaxLength="255" FixedLength="false" Unicode="true" />
|
||||
<Property Name="receipt_date" Type="String" MaxLength="10" FixedLength="false" Unicode="true" />
|
||||
<Property Name="receipt_item" Type="String" MaxLength="100" FixedLength="false" Unicode="true" />
|
||||
</EntityType>
|
||||
<EntityType Name="receipt_master">
|
||||
<Key>
|
||||
@@ -6584,7 +6588,9 @@
|
||||
<EntitySetMapping Name="receipt_detail">
|
||||
<EntityTypeMapping TypeName="Model.receipt_detail">
|
||||
<MappingFragment StoreEntitySet="receipt_detail">
|
||||
<ScalarProperty Name="addr" ColumnName="addr" />
|
||||
<ScalarProperty Name="receipt_item" ColumnName="receipt_item" />
|
||||
<ScalarProperty Name="receipt_date" ColumnName="receipt_date" />
|
||||
<ScalarProperty Name="addr" ColumnName="addr" />
|
||||
<ScalarProperty Name="u_time" ColumnName="u_time" />
|
||||
<ScalarProperty Name="u_date" ColumnName="u_date" />
|
||||
<ScalarProperty Name="u_user" ColumnName="u_user" />
|
||||
|
||||
@@ -38,5 +38,7 @@ namespace Model.ViewModel
|
||||
public int? amt { get; set; }
|
||||
public string caseofficer { get; set; }
|
||||
public string addr { get; set; }
|
||||
public string receipt_date { get; set; }
|
||||
public string receipt_item { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user