--enterpriseAccountset
INSERT [EnterpriseAccountSet] ([ID], [Code], [Name], [IsActive], [CreatorID], [CreateTime], [UpdateTime]) VALUES (N'181b735c-d75c-4e64-8e43-a2a12cd72788', N'DYCSZT', N'单元测试账套', 1, N'66933E7B-DA75-4B2E-B7D6-AB65DCA20D50', CAST(0x0000A89100E7E4D3 AS DateTime), CAST(0x0000A89100E7E68C AS DateTime))
GO
--Organization
INSERT [Organization] ([ID], [ClientCode], [Name], [Code], [ParentID], [TaxPayerNumber], [RegionID], [StructureID], [IndustryID], [BusinessUnitID], [IsActive], [PLevel], [CreateTime], [UpdateTime], [AreaID], [EnglishName], [Abbreviation], [InvoiceType], [LegalPersonName], [ManufactureAddress], [RegisterAddress], [BankAccountName], [BankAccountNumber], [PhoneNumber], [RegistrationType], [Remark], [Vehicleroutinglocation]) VALUES (N'2b05abc8-9429-436d-91c6-178e50d25147', N'pwc', N'20170921房地产', N'2017092123', NULL, N'2017092123', N'220100', N'0c5745d2-4d4e-46b3-a1e2-f0090cafc5d6', N'23', N'5064297b-5a34-4dc3-a0fe-2ab5cdf18c1d', 1, 0, CAST(0x0000A7F501086826 AS DateTime), CAST(0x0000A81100BCD269 AS DateTime), N'0bae00f7-96dc-46c8-b6f5-a427616c5bcf', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
GO
--enterpriseAccount
--1001
INSERT [EnterpriseAccount] ([ID], [Code], [Name], [ParentCode], [FullName], [AcctProp], [SubProp], [AcctLevel], [Direction], [IsLeaf], [RuleType], [IsActive], [EnglishName], [StdCode], [EnterpriseAccountSetID], [CreatorID], [UpdatorID], [CreateTime], [UpdateTime]) VALUES (N'f49c2471-d6c7-47b8-a890-fad745fec201', N'1001', N'现金', NULL, N'现金', 1, NULL, 1, 1, 1, 2, 1, NULL, NULL, N'181b735c-d75c-4e64-8e43-a2a12cd72788', N'66933E7B-DA75-4B2E-B7D6-AB65DCA20D50', N'66933E7B-DA75-4B2E-B7D6-AB65DCA20D50', CAST(0x0000A89D010BE7BB AS DateTime), CAST(0x0000A89D010C105D AS DateTime))
GO