-
Notifications
You must be signed in to change notification settings - Fork 0
/
data_fixedrecipe.py
938 lines (936 loc) · 151 KB
/
data_fixedrecipe.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
#coding=utf-8
#these are the whole data from sqlserver
from models import db, fixedrecipe
new_fixedrecipe = fixedrecipe(FREPid='65dd5753-aad0-4261-94d3-09a67bd4f9a1', code='378', name='华盖散', effect='', py='HGS', wb='WUA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:10.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='77b60843-ad13-477c-b52f-d7345d93080a', code='380', name='桂枝汤', effect='', py='GZT', wb='SSI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:10.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e0e05168-1df2-4f39-91c1-bf010b31880d', code='382', name='桂枝加桂汤', effect='', py='GZJGT', wb='SSLSI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:10.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='76913adf-36ec-46fb-aea6-6b9dbea5a928', code='383', name='大承气汤', effect='', py='DCQT', wb='DBRI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:10.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='83e27842-88db-4284-b45c-fd865a77a587', code='384', name='桂枝加芍药汤', effect='', py='GZJSYT', wb='SSLAAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:10.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6e798d64-e361-4c43-a7ee-f7d8494066b1', code='385', name='小承气汤', effect='', py='XCQT', wb='IBRI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:10.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='45e053e0-d0a5-43ac-b325-25b28aba97bb', code='386', name='九味羌活汤', effect='', py='JWQHT', wb='VKUII', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:10.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9fe00da5-6e58-43a3-901c-5d68f0745ba5', code='387', name='调胃承气汤', effect='', py='DWCQT', wb='YLBRI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ba79e40d-2ff9-4e83-9ac1-f1eefe0b51e3', code='388', name='复方承气汤', effect='', py='FFCQT', wb='TYBRI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='caeb2749-5cb7-492c-a78a-95729c102a9e', code='389', name='羌活胜湿汤', effect='', py='QHSST', wb='UIEII', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b01642b0-d55b-44ee-88a7-8d80e75d374c', code='390', name='大黄牡丹汤', effect='', py='DHMDT', wb='DATMI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='92bd6954-5343-49b3-ad11-c0f89b36217f', code='391', name='小柴胡汤', effect='', py='XCHT', wb='IHDI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b0787806-55cd-40b6-bbc9-0b08e3e46bf3', code='392', name='阑尾化瘀汤', effect='', py='LWHYT', wb='UNWUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='db835d0e-82a8-409c-9990-740a517a4159', code='393', name='香薷散', effect='', py='XRS', wb='TAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='2ede0971-1426-44da-9623-7b2ccf08e00c', code='394', name='阑尾清化汤', effect='', py='LWQHT', wb='UNIWI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='65419857-3321-4a6a-ac0b-137f463ceddc', code='395', name='新加香薷散', effect='', py='XJXRS', wb='ULTAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='aade6860-ba5b-4a6a-9975-9fccee817d6a', code='397', name='阑尾清解汤', effect='', py='LWQJT', wb='UNIQI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6be167c1-3d47-4820-b406-063aa45c9b88', code='398', name='射干麻黄汤', effect='', py='SGMHT', wb='TFYAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='efb98003-7b72-442b-8217-afd192f315b5', code='399', name='大黄附子汤', effect='', py='DHFZT', wb='DABBI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e899b10c-218e-4127-b1e8-69cd408f79f0', code='400', name='温脾汤', effect='', py='WPT', wb='IEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1bb9c438-d313-4021-90ee-5aa56975552d', code='401', name='止嗽散', effect='', py='ZSS', wb='HKA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8b965fd8-11ee-4385-9022-ae9defa309e2', code='402', name='蒿芩清胆汤', effect='', py='HQQDT', wb='AAIEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4d03345d-89ab-4377-a8fb-3ad819b9c444', code='403', name='金沸草散', effect='', py='JFCS', wb='QIAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4e2eb412-f63a-41a1-800e-96a3b2be713b', code='404', name='三物备急丸', effect='', py='SWBJW', wb='DTTQV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5cb6b07d-8e36-4779-8daa-f80339953978', code='405', name='银翘散', effect='', py='YQS', wb='QAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c1d45818-1c6e-4f28-bd80-dee68ccb19cd', code='406', name='四逆散', effect='', py='SNS', wb='LUA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='dc27d7fc-fb2b-4913-acb2-8b56be3b056f', code='407', name='五仁丸', effect='', py='WRW', wb='GWV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='021e001f-bb22-4d05-825e-1dd1e13030f6', code='408', name='济川煎', effect='', py='JCJ', wb='IKU', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='25746886-f721-4cc1-b07d-72423164287a', code='409', name='桑菊饮', effect='', py='SJY', wb='CAQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='35b4e5f1-ca85-43ab-8363-f38c42d37231', code='410', name='逍遥散', effect='', py='XYS', wb='IEA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c812e9fc-5079-480e-86f5-15663541b5a4', code='411', name='麻子仁丸', effect='', py='MZRW', wb='YBWV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b5c604ce-5f82-41ed-891d-0e3d68839172', code='412', name='加味逍遥散', effect='', py='JWXYS', wb='LKIEA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e5dca468-becb-4735-b343-3aacca84ed5f', code='413', name='麻黄杏仁甘草石膏汤', effect='', py='MHXRGCSGT', wb='YASWAADYI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='963fa15a-d781-4310-a225-24895e7f73ef', code='414', name='越媲汤', effect='', py='YPT', wb='FVI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='20f40e01-5ec8-4417-96ee-1b84fa5dbd0b', code='415', name='黄龙汤', effect='', py='HLT', wb='ADI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='964170de-834a-44cb-8b9b-3b66047fe209', code='416', name='柴葛解肌汤《商行六书》', effect='', py='CGJJTSXLS', wb='HAQEIUTUN', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='33ac8a9d-19bb-42fb-a9cc-270dc20f6f16', code='417', name='柴葛解肌汤《医学信语》', effect='', py='CGJJTYXXY', wb='HAQEIAIWY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5c406f1f-f20f-410a-bb66-7bb64891d577', code='418', name='痛泻要方', effect='', py='TXYF', wb='UISY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7e5a05aa-43c8-451d-af6b-c584a6fa8eea', code='419', name='升麻葛根汤', effect='', py='SMGGT', wb='TYASI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f2784f12-b2cf-43ad-8e9f-af936d6bcef5', code='420', name='半夏泻心汤', effect='', py='BXXXT', wb='UDINI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d8762e54-100c-405f-9c7c-9c66254b8442', code='421', name='新加黄龙汤', effect='', py='XJHLT', wb='ULADI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9d55530d-af9b-467c-bff0-ad033b2fbf10', code='422', name='竹叶柳蒡汤', effect='', py='ZYLBT', wb='TKSAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='cdc4dbb6-8434-42a7-8ce8-c051e98255d8', code='423', name='生姜泻心汤', effect='', py='SJXXT', wb='TUINI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4aed2019-57f1-47ce-ac5d-32517f8c003b', code='424', name='增液承气汤', effect='', py='ZYCQT', wb='FIBRI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ae7f7e55-559b-45db-8358-4b4f36d5de48', code='425', name='败毒散', effect='', py='BDS', wb='MGA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='2a6cb36b-804e-4261-988d-6d623069bed7', code='426', name='十枣汤', effect='', py='SZT', wb='FGI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f8d7b846-9395-40ef-8d1c-995d0c83010c', code='427', name='干草泻心汤', effect='', py='GCXXT', wb='FAINI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7e12b575-bf9b-476d-9365-4ff89056dca5', code='428', name='参苏散', effect='', py='SSS', wb='CAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='cc773594-ab23-44d7-a402-12f47aa0d318', code='429', name='黄连汤', effect='', py='HLT', wb='ALI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='17321340-13bb-4443-a7aa-ff92e265a620', code='430', name='控涎丹', effect='', py='KXD', wb='RIM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='dc2e5349-f9bf-4f7c-84d4-50950f273789', code='432', name='大柴胡汤', effect='', py='DCHT', wb='DHDI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='69a72c32-987b-438a-acee-6f214cba488d', code='433', name='再造散', effect='', py='ZZS', wb='GTA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='329c5353-7c9f-401a-8925-1fd0d826c2fa', code='434', name='导水丸', effect='', py='DSW', wb='NIV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='45228c74-b57e-4050-9f86-04744f99c006', code='435', name='复方大柴胡汤', effect='', py='FFDCHT', wb='TYDHDI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e90287d1-ebe6-4085-9bd7-ffdc23199050', code='436', name='加减崴笙汤', effect='', py='JJWST', wb='LUMTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f0a6a7e6-6c1e-4d02-ada6-62bc9aeb6ab4', code='437', name='防风通圣散', effect='', py='FFTSS', wb='BMCCA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='af495217-ee1b-4947-ad0c-ddc754a4f245', code='438', name='葱白七味饮', effect='', py='CBQWY', wb='ARAKQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='68a79fa7-3465-448e-8aab-fda093a34651', code='439', name='白虎汤', effect='', py='BHT', wb='RHI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0ac63543-aa8d-4abe-aae2-f330f54cfb65', code='440', name='葛根黄芩黄连汤', effect='', py='GGHQHLT', wb='ASAAALI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fe46aa81-2b12-4c55-b0ad-cce3a57f8cae', code='441', name='白虎加人参汤', effect='', py='BHJRST', wb='RHLWCI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a270f23f-6b97-411f-b71f-d1d169756efe', code='442', name='疏凿饮子', effect='', py='SZYZ', wb='NOQB', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='2c3d9c4c-51a3-40aa-9a99-f23fa47f01c5', code='443', name='白虎加桂枝汤', effect='', py='BHJGZT', wb='RHLSSI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='347c30bf-49d8-437d-b1c5-08a81a046115', code='444', name='白虎加苍术汤', effect='', py='BHJCST', wb='RHLASI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fb14d71a-e3cd-47ca-9b13-cfc2fbc7e34c', code='445', name='竹叶石膏汤', effect='', py='ZYSGT', wb='TKDYI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c565d2f7-a066-493f-b375-d69cafcf8bc7', code='446', name='理中丸', effect='', py='LZW', wb='GKV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='cade635b-9e85-42a9-9f1a-f85eceaef38b', code='447', name='附子理中丸', effect='', py='FZLZW', wb='BBGKV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='56dcc7f5-645c-4b3e-b95b-4b5128fb8804', code='448', name='小建中汤', effect='', py='XJZT', wb='IVKI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='45011d30-1f85-48c7-be69-38ae7805d05e', code='449', name='清营汤', effect='', py='QYT', wb='IAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='cfc6a5fe-ca9f-45c3-b621-791255807178', code='450', name='黄芪建中汤', effect='', py='HQJZT', wb='AAVKI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6ea8a1c9-ae43-45e3-881d-c2b30b19b772', code='451', name='犀角地黄汤', effect='', py='XJDHT', wb='NQFAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4f507008-a5f0-4e14-a0bd-636688d1e9a4', code='452', name='当归建中汤', effect='', py='DGJZT', wb='IJVKI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4c053e3a-692d-4fcd-bbaf-f0abf2ef440b', code='453', name='清瘟败毒饮', effect='', py='QWBDY', wb='IUMGQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8c79af94-abab-4673-bffb-60b96269fec4', code='454', name='大建中汤', effect='', py='DJZT', wb='DVKI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9ca6c118-2df2-4b02-8a38-db499de083c5', code='455', name='吴茱萸汤', effect='', py='WZYT', wb='KAAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='35503487-58c6-457b-89ae-eeba0dbdc3a6', code='456', name='四君子汤', effect='', py='SJZT', wb='LVBI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='438addd3-63f9-40d2-8754-e88f66c4b125', code='457', name='小半夏汤', effect='', py='XBXT', wb='IUDI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5fd9deea-a0f5-4326-98bb-929267b29c9c', code='458', name='神犀丹', effect='', py='SXD', wb='PNM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4af4aa5d-03a6-455b-80cc-bd376a432f4a', code='459', name='四逆汤', effect='', py='SNT', wb='LUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6a9ad918-56c2-46fb-b6a1-06d9259f70aa', code='460', name='异功散', effect='', py='YGS', wb='NAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7cfaac76-480b-482e-a349-e63823ab9c65', code='461', name='通脉四逆汤', effect='', py='TMSNT', wb='CELUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0967a5ab-c1cf-49b3-b72d-94fd9504f5ac', code='462', name='四逆加人参汤', effect='', py='SNJRST', wb='LULWCI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='17e50206-e1db-45c2-bd73-0e3d9eb23418', code='463', name='六君子汤', effect='', py='LJZT', wb='UVBI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='45da2764-f0b4-4e97-88c4-308c7f4ae283', code='464', name='黄连解毒汤', effect='', py='HLJDT', wb='ALQGI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7b8e1c4c-d859-499d-b9bb-862475d4b6fc', code='465', name='白通汤', effect='', py='BTT', wb='RCI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ed794028-8121-4540-99cb-82ab50619f4e', code='466', name='普济消毒饮', effect='', py='PJXDY', wb='UIIGQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='2ef37684-7e00-42d4-9302-3b9f1e159e3c', code='467', name='香砂六君子汤', effect='', py='XSLJZT', wb='TDUVBI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5e557833-a7d3-4a65-82c5-43198061d5cb', code='468', name='参附汤', effect='', py='SFT', wb='CBI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6dd6341f-fa6d-444d-8ee8-eaea3b610b84', code='469', name='回阳救急汤<伤寒六书〉', effect='', py='HYJJTSHLS', wb='LBFQIWPUN', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9c7ea06f-fb0b-4b69-a3b9-08f516af95eb', code='470', name='保元汤', effect='', py='BYT', wb='WFI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='162c4707-418b-4764-b2ff-4bfe3015e935', code='471', name='凉膈散', effect='', py='LGS', wb='UEA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='14a428b6-9c19-4468-965c-769af93c2eb0', code='472', name='回阳救急汤2', effect='', py='HYJJT', wb='LBFQI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='02520b36-edee-4316-92a9-2f583debf92e', code='473', name='参苓白术散', effect='', py='SLBSS', wb='CARSA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='07b594ba-14c2-4116-b173-67aee94c0c03', code='474', name='仙方活命饮', effect='', py='XFHMY', wb='WYIWQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='2a044db9-6221-433c-ae5d-86f9b06c72b9', code='475', name='当归四逆汤', effect='', py='DGSNT', wb='IJLUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b121b740-1b78-4ca8-9c2e-84d0a5d7e3f3', code='476', name='资生丸', effect='', py='ZSW', wb='UTV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3cfbb9a7-1bcc-4716-aa37-5651a9a57577', code='477', name='五味消毒饮', effect='', py='WWXDY', wb='GKIGQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8bfedc43-0680-4e6e-9bb1-d9633975381e', code='478', name='黄芪桂枝五物汤', effect='', py='HQGZWWT', wb='AASSGTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9a2d007b-390c-4178-afc8-ac2ab2afaba8', code='479', name='阳和汤', effect='', py='YHT', wb='BTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ab22e23b-8ec5-4da1-a804-5aabdfe0aa45', code='480', name='四妙勇安丸', effect='', py='SMYAW', wb='LVCPV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='db2c7072-b217-4de0-a61d-c35e15fe035d', code='481', name='导赤散', effect='', py='DCS', wb='NFA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='067e8a53-a1cb-4597-9d50-08d78bbdfa1e', code='482', name='补中益气汤', effect='', py='BZYQT', wb='PKURI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='52595e5f-ca68-4d2b-b909-df05b1c752a4', code='483', name='清心莲子饮', effect='', py='QXLZY', wb='INABQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1e3723a2-7700-422b-a99e-5caae06a485a', code='484', name='升陷汤', effect='', py='SXT', wb='TBI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='42b432c9-93da-42d1-a6ac-c9fe8a5aa9dd', code='485', name='龙胆泻肝汤', effect='', py='LDXGT', wb='DEIEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='61ac7808-e551-4e6c-b2df-bec8f9923870', code='486', name='升阳益胃汤', effect='', py='SYYWT', wb='TBULI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='34ccfcaa-be08-498f-b01b-d24e3e029646', code='487', name='牡蛎散', effect='', py='MLS', wb='TJA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='57b38bf8-c2ca-4401-9129-dc844e3a0125', code='488', name='九仙散', effect='', py='JXS', wb='VWA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b55449a3-9a80-4ccd-9555-d745bc92ddc0', code='489', name='泻青丸', effect='', py='XQW', wb='IGV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='93fca8e0-b9eb-4e70-91b0-585728311d63', code='490', name='当归龙荟丸', effect='', py='DGLHW', wb='IJDAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9851b02e-c7ab-4de2-adb5-e567fdb9caf8', code='491', name='玉屏风散', effect='', py='YPFS', wb='GNMA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='47eaac2a-3e86-4e32-ba23-68f201bd562b', code='492', name='真人养脏汤', effect='', py='ZRYZT', wb='FWUEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='824d6d96-0e00-497f-990b-70aa90ff6470', code='493', name='生脉散', effect='', py='SMS', wb='TEA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4e6a8afb-2ef6-4b9c-a830-894ac1cad093', code='494', name='左金丸', effect='', py='ZJW', wb='DQV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='83f3e85d-2f88-4efb-beff-2e2a4cc9d754', code='495', name='人参蛤蚧散', effect='', py='RSGJS', wb='WCJJA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b19b5aaa-e7a0-437e-af93-0f8ff84c8f51', code='496', name='戊己丸', effect='', py='WJW', wb='DNV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fe834341-b03e-4ace-96ed-6d18c15792ba', code='497', name='四神丸', effect='', py='SSW', wb='LPV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='58e20a68-b9e3-4283-b618-e7db3f4203e3', code='498', name='桃花汤', effect='', py='THT', wb='SAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7314ba5f-3512-40b4-b05e-cb2afed97e0a', code='499', name='泻白散', effect='', py='XBS', wb='IRA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ac240edc-9e7d-49ae-b187-a2bc2c79ddbf', code='500', name='葶苈大枣泻肺汤', effect='', py='TLDZXFT', wb='AADGIEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='08a4ed85-b402-49b4-a1ab-a180027f0639', code='501', name='四物汤', effect='', py='SWT', wb='LTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='03cdac8a-1875-49ed-b357-53dde543471f', code='502', name='苇茎汤', effect='', py='WJT', wb='AAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5f111b9e-15fc-44cb-bbbb-f149498c3338', code='503', name='胶艾汤', effect='', py='JAT', wb='EAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='57fda100-5c22-48b2-b259-9a8c3c245b60', code='504', name='金锁固精丸', effect='', py='JSGJW', wb='QQLOV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9d649ef7-a118-4da0-b505-29302428bc7b', code='505', name='清胃散', effect='', py='QWS', wb='ILA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e5951a10-ff77-4c00-9668-ba663c7e5bc5', code='506', name='桃红四物汤', effect='', py='THSWT', wb='SXLTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a4e8458f-8cf9-48d9-a2f6-5f69e166ba38', code='507', name='水陆二仙丹', effect='', py='SLEXD', wb='IBFWM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c3990117-9d57-4b47-88a5-017cb3029c67', code='508', name='泻黄散', effect='', py='XHS', wb='IAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5bd4c868-7bd7-4059-b608-cdfc6dc28f7e', code='509', name='当归补血汤', effect='', py='DGBXT', wb='IJPTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='35c85625-f2ac-4285-ab99-44f4f059c790', code='510', name='桑螵蛸散', effect='', py='SPSS', wb='CJJA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='dd3d440b-54cc-4291-86cf-50a01b7651ce', code='511', name='玉女煎', effect='', py='YNJ', wb='GVU', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='911a3c92-3a62-4950-8388-0b365a48950c', code='512', name='归脾汤', effect='', py='GPT', wb='JEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='604e2a89-337f-4640-8897-f09f3e51c154', code='513', name='芍药汤', effect='', py='SYT', wb='AAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ef153024-02b1-4c5b-9ea4-f2e8bb7701f7', code='514', name='缩泉丸', effect='', py='SQW', wb='XRV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='611d9276-e460-4385-8c79-76bbef4902d3', code='515', name='八珍汤', effect='', py='BZT', wb='WGI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e6ce2d30-1597-4982-8659-c44bc074346f', code='516', name='黄芩汤', effect='', py='HQT', wb='AAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c810e812-b72f-42b9-abaf-1880df9f63ad', code='517', name='固冲汤', effect='', py='GCT', wb='LUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a6df85d2-fcc9-43f2-9066-249b4c7db60f', code='518', name='十全大补汤', effect='', py='SQDBT', wb='FWDPI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8ad91dca-1b25-49f0-aab6-2a1ae18d220f', code='519', name='香连丸', effect='', py='XLW', wb='TLV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c823d50a-6c08-4e35-9abd-3610db955ae9', code='520', name='白头翁汤', effect='', py='BTWT', wb='RUWI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='bff22245-c740-4ba2-9ed5-202f08c3e762', code='521', name='人参养荣汤', effect='', py='RSYRT', wb='WCUAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f0ed71fd-a0e6-4fcb-a92c-9b2551eba938', code='522', name='白头翁加甘草阿胶汤', effect='', py='BTWJGCAJT', wb='RUWLAABEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8b51f580-3d71-4f60-9ae3-f511e37cd387', code='523', name='固经丸', effect='', py='GJW', wb='LXV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5851d19e-0c72-40ae-9548-a8fc11d8d367', code='524', name='六一散', effect='', py='LYS', wb='UGA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1f5d30a8-3122-4078-b79e-b096071d2f5e', code='525', name='易黄汤', effect='', py='YHT', wb='JAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a1e7b9c3-23a0-40ce-a9ec-9abd1e8e94fd', code='526', name='益元散', effect='', py='YYS', wb='UFA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b82ecbd1-5227-424b-a0bc-d077a63b8c59', code='527', name='泰山磐石散', effect='', py='TSPSS', wb='DMTDA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e3db832f-9a27-4777-9194-e3a5d13850e1', code='528', name='碧玉散', effect='', py='BYS', wb='GGA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='77e31fa2-b776-41aa-b4b7-18a9ae230c9a', code='529', name='清带汤', effect='', py='QDT', wb='IGI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='eb5ae8c0-536e-4718-b91b-d19106a597d9', code='530', name='鸡苏散', effect='', py='JSS', wb='CAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9ee48224-f4d8-42a6-8ea5-314b392bf28e', code='531', name='桂苓甘露饮', effect='', py='GLGLY', wb='SAAFQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='342b7235-a9bd-4eeb-a2c1-8734b2d4f646', code='532', name='保产无忧散', effect='', py='BCWYS', wb='WUFNA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c1bbbb49-c4f0-472d-bc78-e117753d567a', code='533', name='清暑益气汤', effect='', py='QSYQT', wb='IJURI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='78e969d0-70c7-460e-bcb1-eb582aac5a44', code='534', name='朱砂安神丸', effect='', py='ZSASW', wb='RDPPV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c4af419d-c6bb-451b-838c-45f1f28f2a4b', code='535', name='清暑益气汤《脾胃论》', effect='', py='QSYQTPWL', wb='IJURIELY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='bfd078b9-970c-4833-a43e-77d7bfad2566', code='536', name='六味地黄丸', effect='', py='LWDHW', wb='UKFAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f25081ba-7574-4b8b-8895-d260b87d7f8d', code='537', name='生铁落饮', effect='', py='STLY', wb='TQAQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='46cf408e-ed41-4975-8043-dc13eaf9c6e6', code='538', name='知柏地黄丸', effect='', py='ZBDHW', wb='TSFAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ad81bd99-5f32-4c09-a516-bc1362d585ca', code='539', name='青蒿鳖甲汤', effect='', py='QHBJT', wb='GAULI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d8b188ca-cde8-4fc4-bd20-e46d8bd93805', code='540', name='清骨散', effect='', py='QGS', wb='IMA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e1daaf2a-2a17-4a78-9d89-cdaff46e985b', code='541', name='青艽鳖甲散', effect='', py='QJBJS', wb='GAULA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1cadee13-1c49-4794-9ee0-26a6705cc3d0', code='542', name='杞菊地黄丸', effect='', py='QJDHW', wb='SAFAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9287df62-6188-493b-8305-5f9ebd810d49', code='543', name='当归六黄汤', effect='', py='DGLHT', wb='IJUAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='602af1ff-7919-4814-8a47-b29d7a4df7d0', code='544', name='磁朱丸', effect='', py='CZW', wb='DRV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='880797f2-1929-487f-a873-757c00f23d16', code='545', name='都气丸', effect='', py='DQW', wb='FRV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3aa684ba-181c-4032-b159-de19ef9e1a7a', code='546', name='天王补心丹', effect='', py='TWBXD', wb='GGPNM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1b158a01-a0d0-4329-ae6c-fc1f6fb4b295', code='547', name='麦味地黄丸', effect='', py='MWDHW', wb='GKFAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e4761d58-863a-42c8-bcfb-f724e5345f78', code='548', name='安宫牛黄丸', effect='', py='AGNHW', wb='PPRAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='34ccc691-a2ec-47f7-9df2-5f662a15b11a', code='549', name='左归丸', effect='', py='ZGW', wb='DJV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a9dfacb3-2ee3-4f53-b330-f7467dab97a5', code='550', name='左归饮', effect='', py='ZGY', wb='DJQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3f4053b7-0118-4b53-b38d-9a0de6f76a6d', code='551', name='牛黄清心丸', effect='', py='NHQXW', wb='RAINV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6ee2ca96-f87f-4971-aa68-fffcf255d4e4', code='552', name='大补阴丸', effect='', py='DBYW', wb='DPBV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b4ae5ad9-c74d-47b9-944d-9d0d1b66842c', code='553', name='紫雪', effect='', py='ZX', wb='HF', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='97492448-f21f-4b82-be60-0a9a15f89f67', code='554', name='炙甘草汤', effect='', py='ZGCT', wb='QAAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='2d55822f-859a-4810-9c9f-19522c0d0f59', code='555', name='柏子养心丸', effect='', py='BZYXW', wb='SBUNV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6ad932cb-31a3-4e02-a584-db566ae84e5c', code='556', name='至宝丹', effect='', py='ZBD', wb='GPM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='27c27e1f-490a-43b2-9900-dea00d6d5b31', code='557', name='一贯煎', effect='', py='YGJ', wb='GXU', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a10a3ffe-98ac-4870-9789-23709af2afa3', code='558', name='孔圣枕中丹', effect='', py='KSZZD', wb='BCSKM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4d644795-9149-47f2-96dc-144c59c9f24a', code='559', name='行军散', effect='', py='XJS', wb='TPA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5117e35c-5339-43d0-a78e-69a971cdaf94', code='560', name='酸枣仁汤', effect='', py='SZRT', wb='SGWI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8695b500-cee4-49d6-8951-704e3f774146', code='561', name='百合固金汤', effect='', py='BHGJT', wb='DWLQI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='926cadd1-b684-411f-977f-164b6179076f', code='562', name='苏合香丸', effect='', py='SHXW', wb='AWTV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6a20d82e-c103-4b40-b459-40de49cdd679', code='563', name='甘麦大枣汤', effect='', py='GMDZT', wb='AGDGI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='47480d3b-d172-4769-844e-e06855bdb537', code='564', name='冠心苏合丸', effect='', py='GXSHW', wb='PNAWV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3840efc6-651f-46e3-afeb-81b39abd01fc', code='565', name='补肺阿胶汤', effect='', py='BFAJT', wb='PEBEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='06fe9c78-a548-4eb5-9fdb-58087921be71', code='566', name='紫金锭', effect='', py='ZJD', wb='HQQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='78af3845-b003-419e-b1c3-2d3ceca7778b', code='567', name='益胃汤', effect='', py='YWT', wb='ULI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='63e78d25-fba9-4c9c-9e6d-6edd1235f144', code='568', name='越鞠丸', effect='', py='YJW', wb='FAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1bc25c8c-7374-4f2e-a3ac-d56e24d13ba7', code='569', name='肾气丸', effect='', py='SQW', wb='JRV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d5e6f40f-4b2c-4549-9168-72a7f83cd636', code='570', name='柴胡疏肝散', effect='', py='CHSGS', wb='HDNEA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0e388cce-3093-4a76-9d35-238fed4898d2', code='571', name='桃核承气汤', effect='', py='THCQT', wb='SSBRI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fc02d127-4bc4-44da-a123-f2d741f4226b', code='572', name='加味肾气丸', effect='', py='JWSQW', wb='LKJRV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='54d85b92-ea85-42c2-9346-4bb240ba3130', code='573', name='四磨汤', effect='', py='SMT', wb='LYI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1459708a-e487-4454-87e5-646c54e908e3', code='574', name='下瘀血汤', effect='', py='XYXT', wb='GUTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c2830df9-2874-4f4c-98a2-33d443f01f0f', code='575', name='十补丸', effect='', py='SBW', wb='FPV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c47f4374-6924-4a23-b4b6-08b1ece21004', code='576', name='瓜篓薤白白酒汤', effect='', py='GLXBBJT', wb='RTARRII', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='49df296c-be25-434b-beb2-a3697378eb31', code='577', name='血府逐瘀汤', effect='', py='XFZYT', wb='TYEUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c500794c-7aca-4e06-b0b5-58c03fb7b120', code='578', name='瓜篓薤白半夏汤', effect='', py='GLXBBXT', wb='RTARUDI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='94c3210f-4890-4135-82f0-f540229d1a32', code='579', name='通窍活血汤', effect='', py='TQHXT', wb='CPITI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a0ede756-226b-46f9-adbd-60ac4dce8de1', code='580', name='右归丸', effect='', py='YGW', wb='DJV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='67949263-af0f-49c1-994b-762d3b1f176e', code='581', name='枳实薤白桂枝汤', effect='', py='ZSXBGZT', wb='SPARSSI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='96117f0b-3d86-44ea-8479-4fbcfe3ece3c', code='582', name='右归饮', effect='', py='YGY', wb='DJQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d369942b-f1d6-4a05-b879-bf633244e06d', code='583', name='膈下逐瘀汤', effect='', py='GXZYT', wb='EGEUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f789424a-b130-4519-877e-aa432beb3894', code='584', name='地黄饮子', effect='', py='DHYZ', wb='FAQB', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='00fc381c-c61b-4aec-bf9b-53666f6c2794', code='585', name='少府逐瘀汤', effect='', py='SFZYT', wb='IYEUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='41d3af68-8272-4015-833b-defeb2847c6b', code='586', name='半夏厚朴汤', effect='', py='BXHPT', wb='UDDSI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4c9e8409-08e1-4b0a-b932-8c1e94f5efcf', code='587', name='身痛逐瘀汤', effect='', py='STZYT', wb='TUEUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='80d1d8ee-9c71-47b7-9405-0a1a2092f9dd', code='588', name='枳实消痞丸', effect='', py='ZSXPW', wb='SPIUV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='11609a3a-ac14-4f30-83e5-11e6b77e39bb', code='589', name='龟鹿二仙胶', effect='', py='GLEXJ', wb='QYFWE', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6eca20c4-8731-4898-8db1-b8bb1e4314dc', code='590', name='枳术汤', effect='', py='ZST', wb='SSI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e8f80a5c-7973-40fd-8fc1-71d217a1a1ff', code='591', name='枳术丸', effect='', py='ZSW', wb='SSV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e8a33531-3709-4e76-a3c3-e0a8251ebcba', code='592', name='七宝美髯丹', effect='', py='QBMRD', wb='APUDM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c4def2f4-029e-478a-9dd6-c2236c89417e', code='593', name='厚朴温中汤', effect='', py='HPWZT', wb='DSIKI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='53c3c791-f85c-47be-8603-d6daacb7c42a', code='594', name='良附丸', effect='', py='LFW', wb='YBV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fb5aa7eb-83cf-427f-a34a-becf48e21173', code='595', name='金铃子散', effect='', py='JLZS', wb='QQBA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='14960317-6a58-4b3f-8cf7-90eeadbff71c', code='596', name='补阳还五汤', effect='', py='BYHWT', wb='PBGGI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b747640f-5d6d-466f-9043-c1319b9fb804', code='597', name='川芎茶调散', effect='', py='CXCDS', wb='KAAYA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3e7447bf-ff1a-44e5-a34e-88477747ab5f', code='598', name='天台乌药散', effect='', py='TTWYS', wb='GCQAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c6671d52-0374-40a6-ad10-ecf006b01610', code='599', name='复元活血汤', effect='', py='FYHXT', wb='TFITI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d3a000b4-a3cb-434e-8752-c44be801e58f', code='600', name='橘核丸', effect='', py='JHW', wb='SSV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='747464da-75d5-4308-bbba-c234624547f3', code='601', name='菊花茶调散', effect='', py='JHCDS', wb='AAAYA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c4cef077-89a9-410d-a79d-9f1d6910a004', code='602', name='温经汤', effect='', py='WJT', wb='IXI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='bfaad223-da08-4161-98f4-a655eff67251', code='603', name='七厘散', effect='', py='QLS', wb='ADA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b89e48b5-4730-4270-a986-be9e42383edc', code='604', name='独活寄生汤', effect='', py='DHJST', wb='QIPTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0ff392e2-ae56-47f7-898b-729a9a8b23b7', code='605', name='暖肝煎', effect='', py='NGJ', wb='JEU', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='87e3ae1c-6e3d-4209-879a-14d6adabec6c', code='606', name='温经汤《妇人良方》', effect='', py='WJTFRLF', wb='IXIVWYY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d7133492-bd8a-4d3d-aa7b-0fd3515f6e21', code='607', name='加味乌药汤', effect='', py='JWWYT', wb='LKQAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b24553e3-f95f-4dd1-97df-a8fca714fecc', code='608', name='艾附暖宫丸', effect='', py='AFNGW', wb='ABJPV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7b47fc70-db59-4147-93f6-bd19007f4027', code='609', name='乌头汤', effect='', py='WTT', wb='QUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b619e57b-f18e-4476-9695-df1ea77662b9', code='610', name='正气天香散', effect='', py='ZQTXS', wb='GRGTA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ca40f5c8-483d-439f-bdc5-45ff52b33712', code='611', name='生化汤', effect='', py='SHT', wb='TWI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e46f0b04-5f38-4b7b-b166-144e25674a1e', code='612', name='大秦艽汤', effect='', py='DQJT', wb='DDAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='50d0a404-bfa5-4be2-b7fe-40bcb7b0c1aa', code='613', name='苏子降气汤', effect='', py='SZJQT', wb='ABBRI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='78f926f0-174a-4159-ad3b-741e3341e5f1', code='614', name='桂枝茯苓丸', effect='', py='GZFLW', wb='SSAAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fd0ed1c1-e841-4124-a292-9e53c650ad8d', code='615', name='失笑散', effect='', py='SXS', wb='RTA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='bb065e89-5be0-47ea-80ac-6e9c045f6f74', code='616', name='三子养亲汤', effect='', py='SZYQT', wb='DBUUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d91b475d-f82d-4946-8369-e345470e5b35', code='617', name='活络效灵丹', effect='', py='HLXLD', wb='IXUVM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='97f2c71a-3a4e-45f9-8482-9ba80ad49ae3', code='618', name='定喘汤', effect='', py='DCT', wb='PKI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='bb84ccb6-bc35-41a8-b242-9e050eb8ee1c', code='619', name='宫外孕1号方', effect='', py='GWYHF', wb='PQEKY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5061d140-621b-469f-89ea-92267cac8c4a', code='620', name='宫外孕2号方', effect='', py='GWYHF', wb='PQEKY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='677963fd-273e-4b0b-b1f8-fdc99c20fbad', code='621', name='旋覆代赭汤', effect='', py='XFDZT', wb='YSWFI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b6f67b7b-91d2-472f-b86d-12b6c147f309', code='622', name='小活络丹', effect='', py='XHLD', wb='IIXM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b98de4e1-9f55-4ff3-8a8d-3a577d968a71', code='623', name='丹参饮', effect='', py='DSY', wb='MCQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e05c3d44-cc59-486b-961b-b56e1df63cdd', code='624', name='鳖甲煎丸', effect='', py='BJJW', wb='ULUV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8b15ac82-8b4e-47fc-b03c-85dcbe686cbd', code='625', name='大活络丹', effect='', py='DHLD', wb='DIXM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='15917682-e885-4adf-94dc-82d427434db7', code='626', name='橘皮竹茹汤', effect='', py='JPZRT', wb='SHTAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='80b0590c-9215-4682-b597-76ba99ebbf31', code='627', name='新制橘皮竹茹汤', effect='', py='XZJPZRT', wb='URSHTAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b1005247-053a-4e67-a4ce-63297394e17b', code='628', name='丁香柿蒂散', effect='', py='DXSDS', wb='STSAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b51f0e42-99a2-4742-8874-e504e7b67381', code='629', name='大黄蛰虫丸', effect='', py='DHZCW', wb='DARJV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='df583a33-7d7f-4356-af87-3fc8b78beefe', code='630', name='杏苏散', effect='', py='XSS', wb='SAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='74d9c318-a891-4b64-b7cf-c2025cc894fa', code='631', name='十灰散', effect='', py='SHS', wb='FDA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='682c5c53-bef0-47bf-8aca-7c6ccd15fe20', code='632', name='桑杏汤', effect='', py='SXT', wb='CSI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='832fe8be-9433-4b4e-8eac-12979a7f4fb6', code='633', name='牵正散', effect='', py='QZS', wb='DGA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='42649444-5591-46f5-b968-a708274f1ace', code='634', name='止痉散', effect='', py='ZJS', wb='HUA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7f871938-188d-4a0d-9295-5bba732e9052', code='635', name='清燥救肺汤', effect='', py='QZJFT', wb='IOFEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7f4e21b2-fc9b-438e-94ac-6a416b6a4529', code='636', name='玉真散', effect='', py='YZS', wb='GFA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4b6c5407-e3f7-4c15-b001-29f3f9457dc3', code='637', name='四生丸', effect='', py='SSW', wb='LTV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='36c167c5-e615-4cde-883f-1549ac351525', code='638', name='消风散', effect='', py='XFS', wb='IMA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fd348e93-3e06-4793-90b2-5752c03e9bc3', code='639', name='沙参麦冬汤', effect='', py='SSMDT', wb='ICGTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='85a504a0-8b8e-433c-b5c2-0bdbd6df852f', code='640', name='咳血方', effect='', py='KXF', wb='KTY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='af64e894-336b-4215-8e29-b496a1b55c87', code='641', name='小蓟饮子', effect='', py='XJYZ', wb='IAQB', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='58a4a94c-fae9-457d-8570-554df618eb3f', code='642', name='当归饮子', effect='', py='DGYZ', wb='IJQB', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3617dcac-8599-466f-b2f0-6a5d99220378', code='643', name='麦门冬汤', effect='', py='MMDT', wb='GUTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fa6033a0-e32e-4e73-a2d3-9f868735318f', code='644', name='槐花散', effect='', py='HHS', wb='SAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='29d353a6-199b-4003-a5a4-499eb17006fb', code='645', name='羚角钩藤汤', effect='', py='LJGTT', wb='UQQAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='58343032-9488-4019-bbd3-d9024eb53f6a', code='646', name='养阴清肺汤', effect='', py='YYQFT', wb='UBIEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9f88d43a-bd08-4351-95f2-1301dbb5f0c0', code='648', name='玉液汤', effect='', py='YYT', wb='GII', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='940a6c2c-90fc-4eb3-8d48-64864c62bf0c', code='649', name='琼玉膏', effect='', py='QYG', wb='GGY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d2e71e78-8ca8-4c1c-90ae-43b4af18ba42', code='650', name='增液汤', effect='', py='ZYT', wb='FII', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6a97e6bc-79c6-49a5-9517-cca89159913d', code='652', name='平胃散', effect='', py='PWS', wb='GLA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d83567ff-229a-4a2f-8836-51065f092c1d', code='653', name='柴平散', effect='', py='CPS', wb='HGA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e24b1354-1e8c-4277-bb89-2a13878d2c43', code='654', name='藿香正气散', effect='', py='HXZQS', wb='ATGRA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='97002529-aac4-4e40-a735-8b05438e6fd4', code='655', name='六和汤', effect='', py='LHT', wb='UTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3a25d4bc-aad1-4a55-b431-00bff14d4b40', code='656', name='导痰汤', effect='', py='DTT', wb='NUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='78d95f29-8d26-4764-ae03-253ebefd1b7c', code='657', name='茵陈蒿汤', effect='', py='YCHT', wb='ABAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1c42dcb9-6681-428a-8381-18616063788b', code='658', name='涤痰汤', effect='', py='DTT', wb='IUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fd489ca9-e012-4ead-adcd-24d24d154f3c', code='659', name='栀子柏皮汤', effect='', py='ZZBPT', wb='SBSHI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e7b8d02e-ae79-43e7-907c-7d6eaad7bbe9', code='660', name='茵陈四逆汤', effect='', py='YCSNT', wb='ABLUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='cc999c81-844f-4a51-8a3b-8e6cb4254b98', code='661', name='八正散', effect='', py='BZS', wb='WGA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b46844ce-9acb-4d1a-b9d7-f6d67ddb2b19', code='662', name='五淋散', effect='', py='WLS', wb='GIA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b29d35df-3c40-404a-a745-50f3a62b50f9', code='663', name='三仁汤', effect='', py='SRT', wb='DWI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='16ce7518-c394-45f6-a618-c81206ada717', code='664', name='茯苓丸', effect='', py='FLW', wb='AAV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c9bedf8a-2187-43fb-be30-77877b5c1c91', code='665', name='藿朴夏苓汤', effect='', py='HPXLT', wb='ASDAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8dbda459-fb59-4466-bea4-a8dd1ef49aa1', code='666', name='温胆汤', effect='', py='WDT', wb='IEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='343a0ed3-2fd7-42c6-94ff-43d39e51849b', code='667', name='黄芩滑石散', effect='', py='HQHSS', wb='AAIDA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='091e67bd-4139-49e4-b6b2-6fb61e0df984', code='668', name='甘露消毒丹', effect='', py='GLXDD', wb='AFIGM', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='79003c14-24ed-40e2-ba8b-95b0dc6d51eb', code='669', name='十味温胆汤', effect='', py='SWWDT', wb='FKIEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4ad92925-7a6f-4cd9-b8d8-61c52e0bfdcc', code='670', name='连朴饮', effect='', py='LPY', wb='LSQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e24c0fbd-4ad0-4955-812f-6f014638ea58', code='671', name='清气化痰丸', effect='', py='QQHTW', wb='IRWUV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d55973bd-f651-4104-8748-04f0dc8b73b5', code='672', name='当归黏痛方', effect='', py='DGNTF', wb='IJTUY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='888b790a-3f06-4da6-a2e5-b8eb4e17ffbd', code='673', name='清金降火汤', effect='', py='QJJHT', wb='IQBOI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0313396c-158f-420d-b856-8fbad76dc307', code='674', name='蚕矢汤', effect='', py='CST', wb='GTI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3629ff8b-d9e4-4952-983c-da016a550032', code='675', name='宣痹汤', effect='', py='XBT', wb='PUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4a90bdc1-90a4-4999-b3b2-3ed40c89203d', code='676', name='小陷胸汤', effect='', py='XXXT', wb='IBEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6f891fb5-37b4-45ca-afbf-11c8d8d0a721', code='677', name='二妙散', effect='', py='EMS', wb='FVA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='eadede01-cee3-40fd-8e11-0945cd154de4', code='678', name='三妙丸', effect='', py='SMW', wb='DVV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d4961426-84ac-46c6-b5ab-26c43c923f48', code='679', name='柴胡陷胸汤', effect='', py='CHXXT', wb='HDBEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fab238d4-568a-43eb-a4f7-bb4fb5632359', code='680', name='四妙丸', effect='', py='SMW', wb='LVV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='845d0856-7e6e-4785-93b8-1bff8fc60635', code='681', name='五苓散', effect='', py='WLS', wb='GAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a62b3301-51a2-4ae6-bed7-9ce597948a46', code='682', name='四苓散', effect='', py='SLS', wb='LAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d1727d42-7088-4429-86d7-534aa2cb8459', code='683', name='茵陈五苓散', effect='', py='YCWLS', wb='ABGAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1b598d3f-4fa4-4b28-ae02-f37ddf39127c', code='684', name='滚痰丸', effect='', py='GTW', wb='JUV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7dd3b204-a3ca-4ab5-9569-731295e16605', code='685', name='胃苓散', effect='', py='WLS', wb='LAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e697bb17-bc63-4bdc-bdc9-9608b8bb5e7c', code='687', name='猪苓汤', effect='', py='ZLT', wb='QAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f12ab540-481f-4c6a-b882-ea65ef7d6fbc', code='688', name='防己黄芪汤', effect='', py='FJHQT', wb='BNAAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ef576886-b011-4bc8-a89e-f903e9d1c5ff', code='689', name='防己茯苓汤', effect='', py='FJFLT', wb='BNAAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='18d8a163-a0fe-4acd-a0a9-cfb500039dea', code='690', name='五皮散', effect='', py='WPS', wb='GHA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9097f143-acb1-4414-8a3b-635239e2ac0a', code='691', name='苓桂术甘汤', effect='', py='LGSGT', wb='ASSAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7f7d80cc-1989-4b25-ac4c-c01aac1dc6a3', code='692', name='甘草干姜茯苓白术汤', effect='', py='GCGJFLBST', wb='AAFUAARSI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='350f1757-f422-48f5-914e-1dff42730003', code='693', name='苓甘五味姜辛汤', effect='', py='LGWWJXT', wb='AAGKUUI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='bbef058a-df53-4808-9dd4-1906a8367886', code='694', name='真武汤', effect='', py='ZWT', wb='FGI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7433c481-5e46-49d2-9de6-862790ab3ac6', code='695', name='附子汤', effect='', py='FZT', wb='BBI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3dc96d52-fcd9-4469-be56-2870a9479932', code='696', name='冷哮丸', effect='', py='LXW', wb='UKV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='2f29d26c-1fd2-401d-8ffe-10ed1143fb4d', code='697', name='实脾散', effect='', py='SPS', wb='PEA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='44786aee-6faa-45b0-8fac-b76c69929153', code='698', name='箄薢分清饮《丹溪心法》', effect='', py='FQYDXXF', wb='WIQMINI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e1b39b40-dc9a-4a20-8510-5a5d18b02a51', code='699', name='半夏白术天麻汤', effect='', py='BXBSTMT', wb='UDRSGYI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='daed180e-a582-4b39-a85f-528679a4a1d3', code='700', name='箄薢分清饮《医学心语>', effect='', py='FQYYXXY', wb='WIQAINY', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='56d01459-0c30-4a13-b225-2576cc2ce2e2', code='701', name='定痫丸', effect='', py='DXW', wb='PUV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='bcc6f132-f147-4e15-a663-4dc14a0b5fab', code='702', name='完带汤', effect='', py='WDT', wb='PGI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b2d21842-b0e2-46f7-b00b-c0ab5c02d24b', code='704', name='钩藤饮', effect='', py='GTY', wb='QAQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fa4f0f6e-fb76-4410-97b8-ab7f25ac809b', code='705', name='镇肝熄风汤', effect='', py='ZGXFT', wb='QEOMI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0c1651cb-e03a-46ff-9d15-a70f815f67c2', code='706', name='建瓴汤', effect='', py='JLT', wb='VWI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='eeb84357-9111-41bb-b83c-508f5083f791', code='707', name='天麻钩藤饮', effect='', py='TMGTY', wb='GYQAQ', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='65b07554-ae60-413d-ba70-e558b1af8a62', code='708', name='保和丸', effect='', py='BHW', wb='WTV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f7121ef4-4d5e-4bc6-b45f-77b19ddcfe15', code='709', name='大定风珠', effect='', py='DDFZ', wb='DPMG', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='457cd63b-63bc-45b0-8d71-5782ee9048f7', code='710', name='三甲复脉汤', effect='', py='SJFMT', wb='DLTEI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6553284e-84e6-4596-bd54-0ac100058ede', code='711', name='枳实导滞丸', effect='', py='ZSDZW', wb='SPNIV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='001da84b-847d-4bed-a025-64050b5094c6', code='712', name='阿胶鸡子黄汤', effect='', py='AJJZHT', wb='BECBAI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='16d1b8d7-1a81-4b75-83ef-78f88a8fa50a', code='713', name='木香槟榔丸', effect='', py='MXBLW', wb='STSSV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='eb112132-5b71-41d6-9b17-01a69b484200', code='714', name='乌梅丸', effect='', py='WMW', wb='QSV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='faeb43b9-e862-42a1-86d3-e8298008eb5c', code='715', name='健脾丸', effect='', py='JPW', wb='WEV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6d352521-3868-43af-96e2-21b28e36542b', code='716', name='理中安蛔汤', effect='', py='LZAHT', wb='GKPJI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4a779396-c95d-4204-bd62-9913cdfc945f', code='717', name='连梅安蛔汤', effect='', py='LMAHT', wb='LSPJI', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='155ff64b-06cd-48ce-ac4e-fe9f76ea2554', code='718', name='肥儿丸', effect='', py='FEW', wb='EQV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='928a8023-f0c6-4358-97e5-7d6e1e105712', code='719', name='化虫丸', effect='', py='HCW', wb='WJV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='81c25ed9-1d76-438e-a694-2d130f1191c2', code='720', name='布袋丸', effect='', py='BDW', wb='DWV', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='96d8b6ad-0237-4960-a768-0eefd872ae9e', code='721', name='瓜蒂散', effect='', py='GDS', wb='RAA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8968547d-1811-4461-86b0-e7be97ab5467', code='722', name='三圣散', effect='', py='SSS', wb='DCA', isClassical='1', SPETid=' ', illustration='', createDay='2008-03-25 02:05:11.000', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='3')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='03fe8844-6aa5-40e9-abef-e4e0beef83b5', code='zyp001', name='解毒扶正方合甘露消毒丹加减', effect='乙肝', py='', wb='', isClassical='0', SPETid='868ee43d-9114-44ff-a87c-b6beb55a20d6', illustration='', createDay='2008-05-31 23:56:19.000', optrid='8c320c62-0dc5-4c86-a160-cc634a5e1b7f', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5e76244b-3689-407c-ad78-fa60fe66c192', code='zyp002', name='解毒扶正方合犀角地黄汤加减', effect='乙肝', py='', wb='', isClassical='0', SPETid='868ee43d-9114-44ff-a87c-b6beb55a20d6', illustration='', createDay='2008-05-31 23:57:44.000', optrid='8c320c62-0dc5-4c86-a160-cc634a5e1b7f', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='92dd7d7f-b2d8-4c33-87bc-cf3068ac299e', code='zyp003', name='解毒扶正方合逍遥散加减', effect='乙肝', py='', wb='', isClassical='0', SPETid='868ee43d-9114-44ff-a87c-b6beb55a20d6', illustration='', createDay='2008-05-31 23:59:09.000', optrid='8c320c62-0dc5-4c86-a160-cc634a5e1b7f', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3df1a404-4461-4c67-91c4-55ee80cafbe4', code='szy001', name='清热解毒方加减', effect='乙肝', py='yg', wb='', isClassical='0', SPETid='f1e4f277-b1cf-4c92-aa85-8d317be62529', illustration='', createDay='2008-06-01 21:28:21.000', optrid='294ea212-c116-4e42-b4fb-53c8e429123a', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='05d67020-b274-4e17-aa08-de266745f8a8', code='xx001', name='玉屏风散合止嗽散加减', effect='治疗咳嗽', py='', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2008-06-02 15:28:00.000', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8e734c8a-78b5-47b8-b3fa-d0626798e5f2', code='cxs001', name='四物调冲汤', effect='无', py='', wb='', isClassical='0', SPETid='e579aea1-3895-49d4-a706-f47d6952da79', illustration='', createDay='2008-06-02 15:30:49.000', optrid='a620a093-50d5-4ce9-9f15-59be36570d22', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='2260127a-516a-4ca4-b021-6f311c8c5fde', code='hjg003', name='平喘定哮1方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-06-02 23:33:04.000', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='972bdb35-0741-4319-be7e-2cee2c63d30e', code='hjg004', name='平喘定哮2方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-06-03 10:10:19.000', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='94c40a8b-64f7-4bd9-b997-cb1eb342f052', code='hjg005', name='平喘定哮3方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-06-03 10:11:52.000', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='49d78c66-23f3-48be-a70a-4925d94c2ba5', code='hjg006', name='阴虚痰饮2方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-06-03 10:17:29.000', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='607527d4-f8ed-4fb0-be69-fd0a6dba6766', code='scr008', name='小青龙汤', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='别名:止嗽散', createDay='2008-06-03 14:02:55.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='882da38b-2bd0-4a3d-bf64-78a152cebb3b', code='scr009', name='桑菊饮加减', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-03 14:07:45.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7b80fc6c-76a8-4862-a3d4-56ea2cf316e8', code='scr010', name='二陈汤、三子养亲汤加减', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-03 14:11:42.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='73c6d407-f704-46c9-8b26-4cf6d8992c96', code='scr011', name='清肺化痰汤', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='别名:柴胡清肺饮(经验方)加减或合三草片(经验方)', createDay='2008-06-03 14:59:41.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8e5cdbbb-bf38-4688-b79b-5456f397f093', code='xx002', name='脑心康合剂', effect='治疗中风、痴呆、心悸、胸痹', py='xnk', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2008-06-03 15:07:12.000', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0d6353be-6b4d-4cd1-b85b-0fd3ebb86776', code='scr012', name='真武汤合五苓散加减', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-03 15:08:29.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='45137f7d-272f-4208-9755-b004c3647d6e', code='scr013', name='玉屏风散、四君子汤合三拗汤加减', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-03 15:12:12.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7a4fadce-0012-4979-94f6-735fd0f52db8', code='scr014', name='香砂六君子汤加减', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-03 15:15:41.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='201ae62a-9c8e-4d51-ab2c-de847d905ca3', code='shq001', name='圣愈汤合身痛逐瘀汤加减', effect='无', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2008-06-03 15:56:51.000', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='34242bd8-ef57-4930-9973-17fe7c97e99e', code='cf001', name='《急性期》儿童哮喘方', effect='治疗儿童哮喘', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2008-06-03 16:04:25.000', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='16cc7ff7-3c08-4e6e-8468-3a5ee418aecb', code='shq002', name='会厌逐瘀汤加减', effect='无', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2008-06-03 16:10:25.000', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c8f96b52-8eba-4af9-85c5-af37a8b57b01', code='cf002', name='《缓解期》小儿哮喘调理方', effect='调理小儿哮喘', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2008-06-03 16:11:44.000', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e6029bc5-61eb-4ec5-849c-c89c6a0b1fec', code='hjg001', name='治咳1方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-06-02 15:55:53.000', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='40406cd5-e65b-4bbf-9c75-1e3b9ec73a13', code='hjg002', name='治咳2方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-06-02 15:58:40.000', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6361a305-20b5-40d3-85ed-b33832d4ea03', code='wqc001', name='柴胡龙牡合欢汤加减', effect='失眠症', py='', wb='', isClassical='0', SPETid='933d3950-1ca8-4824-b0eb-fe0f0921c4b4', illustration='', createDay='2008-06-02 18:16:15.000', optrid='97161db1-87f6-403e-8c66-a40946e6f115', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='868b78a7-31bd-481d-acec-57ecac330b75', code='scr001', name='射干麻黄汤', effect='哮喘', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='别名:川芎平喘合剂', createDay='2008-06-02 22:31:13.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4411151a-66e6-4cd5-90b3-b68b5864971e', code='scr002', name='定喘汤', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='别名:合麦门冬汤、三草片', createDay='2008-06-02 22:31:29.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0c946708-f53c-42ff-8f3f-7837a6b15b89', code='scr003', name='三子养亲汤加二陈汤', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-02 22:33:05.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='aca8b61b-43fb-49d2-b860-33bc2ee8d81e', code='scr004', name='麻杏石甘汤', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-02 22:33:11.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f87ba5ae-754b-4275-90ca-4ee4cf28b950', code='scr005', name='玉屏风散加减', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-02 22:33:20.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='84fe47da-cdbd-4790-84cc-ba97306db279', code='scr006', name='六君子汤加减', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-02 22:33:26.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='219549eb-b90e-4be3-94aa-47c0009383f6', code='scr007', name='七味都气丸合参蛤散、补肾纳气方', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2008-06-02 22:33:32.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d84eebfe-67fa-4390-bc23-ccba9329437d', code='scr015', name='三桑补肾汤', effect='无', py='', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='别名:六味地黄丸合补肾纳气方', createDay='2008-06-03 15:26:06.000', optrid='75b7eb34-ac67-4496-82bd-18b3edb176b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b8beb9ae-5da1-4e5e-9a93-ebccfb2e058d', code='ldm001', name='自创小叶增生方加减', effect='无', py='', wb='', isClassical='0', SPETid='d91e5826-1cc0-4ceb-9dba-8e1a086f2a69', illustration='二仙汤、柴胡疏肝散、血府逐瘀汤合逍遥蒌贝散', createDay='2008-06-03 19:06:34.000', optrid='48b0a4a4-c9a3-4527-9000-b4ddb162e4b8', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='1f98e014-02b0-4c3e-a230-926d3ecd6034', code='ldm002', name='自创乳癌术后方加减', effect='无', py='', wb='', isClassical='0', SPETid='d91e5826-1cc0-4ceb-9dba-8e1a086f2a69', illustration='柴胡疏肝散、二仙汤、血府逐瘀汤合逍遥蒌贝散、香砂养胃汤', createDay='2008-06-03 19:20:39.000', optrid='48b0a4a4-c9a3-4527-9000-b4ddb162e4b8', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ad4f967e-3a45-4617-8508-176b280e2954', code='hjg007', name='健脾化痰方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-06 15:09:29.647', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='58757d9b-d525-4992-bb0d-d15cd214ef4a', code='wqc002', name='基本方', effect='治疗失眠', py='', wb='', isClassical='0', SPETid='933d3950-1ca8-4824-b0eb-fe0f0921c4b4', illustration='', createDay='2008-07-14 16:04:12.000', optrid='97161db1-87f6-403e-8c66-a40946e6f115', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4af2bd88-e349-4281-9ad3-7c4106999b0a', code='hjg008', name='固表化痰方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-06 15:13:17.867', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='edc0781e-3221-4e29-be76-0e5744c81b3f', code='hjg009', name='排浊痰方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-06 15:20:06.350', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='25b56eb9-caf1-4a09-b6f4-a6eeebae389f', code='hjg010', name='和解清化方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-06 15:22:29.007', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='20a4e893-973f-4d51-ac94-e38b115d27db', code='hjg011', name='健脾养胃方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-06 15:28:46.897', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7eb5ac13-950d-4e23-a33d-7bbf00fcf3b9', code='hjg012', name='脘腹痛3方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-06 15:33:35.380', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='64e2703d-aad3-48d7-9e50-9d3465748aad', code='cf003', name='急咳方', effect='治疗急咳实证', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2008-10-13 10:37:59.643', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c485deac-d669-4bb8-b2bb-b877a9cfd8e4', code='cf004', name='久咳方', effect='治疗小儿久咳虚证', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2008-10-13 10:39:07.067', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='790ba02d-6e5f-410c-b5da-22e030dd81b2', code='hjg013', name='仙灵2方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-21 19:38:28.853', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f70cb1af-1170-47f5-8f9d-00446f5d2606', code='zyp004', name='解毒扶正方', effect='乙型病毒性肝炎', py='', wb='', isClassical='0', SPETid='868ee43d-9114-44ff-a87c-b6beb55a20d6', illustration='清解疫毒,扶正祛邪', createDay='2008-12-12 15:05:01.437', optrid='8c320c62-0dc5-4c86-a160-cc634a5e1b7f', state='2')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='178c9b50-e75a-483a-835a-da7e5c686cb7', code='zyp005', name='降脂理肝汤', effect='脂肪肝,高脂血症', py='', wb='', isClassical='0', SPETid='868ee43d-9114-44ff-a87c-b6beb55a20d6', illustration='化痰活血,降脂理肝', createDay='2008-12-12 15:07:11.030', optrid='8c320c62-0dc5-4c86-a160-cc634a5e1b7f', state='2')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4a5ca5a9-5229-4284-93bc-22b296ece892', code='ldm003', name='乳癌术后方加减', effect='益气养阴,调摄冲任', py='', wb='', isClassical='0', SPETid='d91e5826-1cc0-4ceb-9dba-8e1a086f2a69', illustration='', createDay='2008-12-14 13:18:16.687', optrid='48b0a4a4-c9a3-4527-9000-b4ddb162e4b8', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7f4704fb-6506-4df7-87e4-53f1bdaf9d4a', code='ldm004', name='小叶增生方加减', effect='无', py='', wb='', isClassical='0', SPETid='d91e5826-1cc0-4ceb-9dba-8e1a086f2a69', illustration='', createDay='2008-12-14 13:23:18.627', optrid='48b0a4a4-c9a3-4527-9000-b4ddb162e4b8', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ffb31322-1594-4454-9717-30df73822a96', code='xx003', name='地参祛风合剂', effect='治疗变态反应性疾病', py='dsqfhj', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-01-03 12:56:28.153', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='47caeecc-e4a2-425a-b31e-6e67f26ddaeb', code='shq003', name='咽痹方', effect='咽痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 18:06:51.287', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='eac29a0e-b414-4eb5-b1c9-aef56f92de04', code='shq004', name='颈痹方', effect='颈痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 18:35:51.253', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9979bacf-f52d-467b-a194-d6c167e47791', code='shq005', name='筋痹方', effect='筋痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 18:43:12.097', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='fb7aaea8-52cd-466f-a748-4edb2c6bcc91', code='shq006', name='脉痹方', effect='脉痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 18:52:07.397', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='622bc16b-d040-4656-aaed-c6b857ef8917', code='shq007', name='痉痹方', effect='痉痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 19:00:01.160', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e8249ce3-cf98-4da4-9c53-d5b2350a1c24', code='shq008', name='痿痹方', effect='痿痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 19:05:47.660', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6b21e909-f350-4adb-8ebe-d5a2141bc378', code='shq009', name='调心通痹方', effect='调心通痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 19:10:48.287', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='400e549e-8d0a-42a0-bc74-c9f5d1fc0c41', code='xx004', name='玉屏风散', effect='益气固表', py='', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-01-29 22:41:38.717', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='805bf829-cce5-4501-8506-d4318e6ab10c', code='xx005', name='桂枝汤', effect='调和营卫', py='', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-01-29 22:42:31.590', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b4be3977-9e88-442d-b333-f7f4b5ec7c57', code='sym003', name='补中益气方加减', effect='补中益气,升提下陷', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2009-03-15 16:20:14.070', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4a32835d-ad8d-46a2-8f3f-86f8d270a248', code='sym004', name='清热凉血方', effect='清热解毒,凉血滋阴', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2009-03-15 16:49:25.133', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='73a38040-7824-463f-a1d5-10cedbb6ffd1', code='xx006', name='玉屏风合祛风合剂', effect='养血祛风,益气固表', py='ypfds', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-03-21 13:24:34.093', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b2adb24f-51f4-43de-80ac-f93cf30fc32b', code='xx007', name='生脉散', effect='心悸、胸痹、汗证', py='sms', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-11-15 20:28:36.563', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e07406c8-2331-4f0b-8e9e-5ec258e7c895', code='xx008', name='二仙汤', effect='补肾调和阴阳', py='ext', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-11-15 20:30:33.703', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6da57e76-e267-4a12-b346-66bce95cdba9', code='hjg014', name='地黄2方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-21 19:46:10.273', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5e1de794-8469-4b27-bffc-da5b1e8c11de', code='hjg015', name='化痰2方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-22 15:23:10.523', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='15641508-9f4a-48eb-ab58-ab4c93166704', code='hjg016', name='降热浊方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-22 15:27:55.163', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c3fb5bf7-342d-4729-8cf2-1ea3639b8602', code='hjg017', name='感冒2方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-22 15:33:05.867', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f55b5e04-77ba-47c1-b0f6-10d6188216a1', code='hjg018', name='健脾益肾方', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-22 15:38:10.633', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ee6d97a7-ab63-4a56-9fc7-961bf53a485d', code='hjg019', name='加减夏朴汤', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-22 15:42:40.070', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='a654d3f3-dd71-47cd-a93e-7cb2283cb64e', code='hjg020', name='加味理中汤', effect='无', py='', wb='', isClassical='0', SPETid='cad88fd2-8757-43c2-b91f-0cab72c5fccf', illustration='', createDay='2008-10-22 15:45:28.257', optrid='b7d5a22b-4519-43db-92c0-bbeb86040f51', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='401a08db-9274-44a5-a511-decedf12241f', code='shq010', name='调身通痹方', effect='调身通痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 19:14:16.583', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='7a0ed24e-d049-475a-bf16-7877d63ba6da', code='wqc003', name='益肾方', effect='平肝益肾', py='', wb='', isClassical='0', SPETid='933d3950-1ca8-4824-b0eb-fe0f0921c4b4', illustration='', createDay='2009-02-09 20:57:31.017', optrid='97161db1-87f6-403e-8c66-a40946e6f115', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c804a55c-1dcd-426e-af21-1fb2b6abf79c', code='wqc004', name='甘麦大枣汤合平肝安神汤', effect='解郁平肝安神', py='', wb='', isClassical='0', SPETid='933d3950-1ca8-4824-b0eb-fe0f0921c4b4', illustration='', createDay='2009-02-09 22:37:42.203', optrid='97161db1-87f6-403e-8c66-a40946e6f115', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d8c02fbc-8ead-4fbe-b9a7-9317f8988151', code='sym002', name='厌食方1', effect='湿热', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2009-03-06 21:15:01.877', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c47b0f8c-d9b0-4e32-9356-affe652dad7e', code='sym005', name='健脾化湿方', effect='健脾化湿,消食开胃', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2009-03-15 17:48:00.290', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5b3b4537-f6b6-4973-8134-4de726cb4686', code='sym006', name='温中健脾方', effect='健脾温中', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2009-03-15 22:12:40.493', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0b0b1176-d6e5-4dbb-9d65-13eb2923e1d8', code='xx009', name='心疾自拟方', effect='心脏疾患', py='xjznf', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-11-15 23:37:04.593', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8e91c7f9-31d1-4841-943c-3605158e159b', code='xx010', name='脑病自拟方', effect='益气活血、升清利窍', py='nbznf', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-11-22 22:51:58.827', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='04a57b18-6c7e-404c-a2e7-ae9046e616d4', code='clx001', name='四君子', effect='补气', py='', wb='', isClassical='0', SPETid='eec015e3-fecc-425c-9702-68291fead9b5', illustration='', createDay='2009-12-07 19:13:35.017', optrid='26fd0ae7-13a0-4fca-8579-dd53c5e735b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d1940e36-d11c-4bd1-affe-24765f606a3c', code='clx002', name='四物', effect='养血', py='', wb='', isClassical='0', SPETid='eec015e3-fecc-425c-9702-68291fead9b5', illustration='', createDay='2009-12-07 19:17:56.813', optrid='26fd0ae7-13a0-4fca-8579-dd53c5e735b7', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='bf6a62f2-bafb-4468-b42c-c9c27b7a33a7', code='scr016', name='柴胡清肺饮', effect='平肝清肺止咳', py='CHQFY', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 15:37:56.550', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b95b20dc-d435-4096-a8ae-83fd8694027a', code='scr017', name='三草片', effect='清肺泻热,消结排脓', py='SCP', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 15:40:53.740', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5bc1bfa9-a5d8-4982-87da-492d34e6778c', code='scr018', name='雪花片', effect='清肺止血,平肝退热', py='XHP', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 15:42:39.347', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='13afcb6f-2410-4e0f-89da-4e3c7bfdb540', code='scr019', name='通窍汤', effect='祛风解表,清肺通窍', py='TQT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 15:45:15.050', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8b7f7e97-b7bc-4fae-b5c0-1f7eaef04119', code='scr020', name='三海汤', effect='软坚消结,清肺化痰', py='SHT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 15:47:32.787', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4a9ba014-fbdc-48ab-b1dd-9fa3ec370671', code='scr021', name='敛痰汤', effect='温肺敛痰', py='LTT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 15:49:17.333', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='be1c2380-d779-4093-ba0b-2faa24c92a18', code='scr022', name='开窍汤', effect='解痉平喘,化痰开窍', py='KQT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 15:52:59.957', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3b57f381-911e-4afe-a985-4ebd0522325e', code='scr023', name='三桑肾气汤', effect='平肝益肾,宽胸化痰,宣肺利水', py='SSSQT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 15:58:46.287', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='6f71d702-3190-4a04-aa43-2da49afc3847', code='scr026', name='温阳化饮汤', effect='温肾纳气,温肺健脾,化痰利水', py='WYHTT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:25:17.677', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='230c2c0c-571c-46de-8d07-c4fbf63025ad', code='scr027', name='化痰平咳汤', effect='燥湿健脾,化痰平咳', py='HTPKT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:27:41.567', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8c85198d-f972-420b-8cd8-d28c1f1aeb0d', code='scr028', name='镇平片', effect='定喘止咳', py='ZPP', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:29:49.490', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='f3055cb3-f046-406c-9605-ecd63ffbb196', code='scr029', name='八宝养肺汤', effect='养阴清肺', py='BBYFT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:32:25.333', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='893321cc-4dd8-435f-b728-3f31835d8a86', code='scr030', name='芩部丹', effect='清泻肺火,活血化瘀', py='QBD', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:34:09.520', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='887b0f31-964c-40df-a256-dc84cbfbc1ce', code='scr031', name='清肺败毒饮', effect='"清肺解毒,祛风解表,散寒除湿"', py='QFBDY', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:37:07.583', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='b9f2d07b-1cf4-40bd-bd94-a7098d00c109', code='scr032', name='三参养肺汤', effect='"养阴清肺,止咳化痰"', py='SSYFT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:39:47.003', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='386ea902-49c1-4103-96fa-8ccd20842e2a', code='scr033', name='鹿含芩连汤', effect='清肺解毒', py='LHQLT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:41:19.300', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='ebd29959-e865-435e-8579-567e873642bb', code='clx003', name='卵泡方', effect='促卵泡', py='', wb='', isClassical='0', SPETid='eec015e3-fecc-425c-9702-68291fead9b5', illustration='', createDay='2010-02-21 20:47:20.740', optrid='350d3f3b-888e-43de-bba2-8fc6c1898782', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9a875f1d-8d1b-4006-b962-bcc7c1fc9d77', code='clx004', name='黄体方', effect='健黄体', py='', wb='', isClassical='0', SPETid='eec015e3-fecc-425c-9702-68291fead9b5', illustration='', createDay='2010-02-21 21:01:45.320', optrid='350d3f3b-888e-43de-bba2-8fc6c1898782', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='21e2bc8e-1687-42db-b29d-a52e41e467e0', code='clx005', name='消炎方', effect='消炎', py='', wb='', isClassical='0', SPETid='eec015e3-fecc-425c-9702-68291fead9b5', illustration='', createDay='2010-02-24 19:59:58.187', optrid='350d3f3b-888e-43de-bba2-8fc6c1898782', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='9618c7f5-0a60-4901-af2a-bad6db41e1bb', code='sym015', name='犀角地黄汤', effect='清热凉血止血', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2010-03-09 09:17:15.597', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='d2a50e6d-87fb-46f7-8f94-7f3b2071e7ce', code='sq003', name='圣愈汤合独活寄生汤', effect='痹症', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-03-26 23:25:45.970', optrid='aebd52a0-9a7d-4837-a8c7-01860a89724e', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='33c11b21-9164-47ad-9c27-24947849bc39', code='sq002', name='圣愈汤', effect='益气活血', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-03-26 22:01:52.407', optrid='aebd52a0-9a7d-4837-a8c7-01860a89724e', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='71995b33-f4c8-4e39-a83c-ab238b2ae9b3', code='sq006', name='圣愈汤合归脾汤合越鞠丸加减', effect='痹症', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-03-27 21:25:06.500', optrid='c6102cbf-9d58-4a62-adfa-7e056127b988', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5c07986c-6c4f-4d6a-873f-a39e4106d506', code='sq008', name='圣愈汤合复元活血汤', effect='痹症', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-04-03 22:41:29.133', optrid='c6102cbf-9d58-4a62-adfa-7e056127b988', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='8f703880-7d2e-4c6a-8396-7c8d3152a0d8', code='shq011', name='热痹方', effect='热痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 19:20:49.083', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='394fa739-c494-432c-a433-f8bfe67b6037', code='shq012', name='寒痹方', effect='寒痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 19:23:03.317', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='70fe4278-73ee-4889-8d81-4020eab66ee5', code='shq013', name='胸痹方', effect='胸痹', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 19:50:51.800', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='307dcc7c-1e47-42e2-a2e5-0be7b5d41a74', code='sym001', name='气虚盗汗方', effect='盗汗', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2009-03-06 20:46:32.483', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4750837b-2bc1-4026-a18f-21e19c5c4bbc', code='sym009', name='利咽方', effect='清热解毒,滋阴润喉', py='LYF', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2010-02-26 16:20:54.907', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='c93c0b87-14ed-4f3a-acc2-2eb2eab676a3', code='sym010', name='肾病2号方', effect='清热活血利湿', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2010-03-02 12:41:42.317', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='5a518fda-e185-4f51-822b-75496672b152', code='sq007', name='益气和营加十枣汤加减', effect='痹症', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-03-28 11:23:15.127', optrid='c6102cbf-9d58-4a62-adfa-7e056127b988', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3854f5e0-f0bc-487c-99b7-29d8a00dba3f', code='sq009', name='圣愈汤合大小陷胸汤', effect='bz', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-04-03 22:42:43.290', optrid='c6102cbf-9d58-4a62-adfa-7e056127b988', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='48d6c779-c84f-4034-bdd4-e572e1b910e3', code='sq010', name='圣愈汤合阳和汤加减', effect='痹症', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-04-03 23:33:24.570', optrid='c6102cbf-9d58-4a62-adfa-7e056127b988', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='4f3dc0c0-656d-4c56-8d58-d9ef5b026a8f', code='723', name='理论', effect='解决', py='', wb='', isClassical='1', SPETid='', illustration='', createDay='2011-11-07 19:54:33.360', optrid='c6543358-354b-4986-a06f-bd61b0cde15d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='99ce6a3e-4ea8-4476-b207-ea5d10a81da3', code='lws001', name='肺癌', effect='以毒攻毒', py='', wb='', isClassical='0', SPETid='4e751b87-7146-4fa0-b952-ceac72d4f77d', illustration='', createDay='2012-03-29 15:01:01.813', optrid='55071274-1041-4d83-99b8-757d14beaac6', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='43f20029-057d-4a5f-8ac0-2d273fc65459', code='lws002', name='中成药', effect='以毒攻毒', py='zcy', wb='', isClassical='0', SPETid='4e751b87-7146-4fa0-b952-ceac72d4f77d', illustration='', createDay='2012-03-29 15:11:07.280', optrid='55071274-1041-4d83-99b8-757d14beaac6', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='e77973f4-d89b-4dc6-9e08-afc0cb1c33d0', code='lws003', name='感冒', effect='宣肺平喘,清热解毒', py='gm', wb='', isClassical='0', SPETid='4e751b87-7146-4fa0-b952-ceac72d4f77d', illustration='', createDay='2012-03-29 22:34:23.233', optrid='55071274-1041-4d83-99b8-757d14beaac6', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='265948ce-f882-41df-8df6-8f662fce472e', code='shq014', name='补阳方', effect='补阳', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 20:02:36.097', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3e5fa388-0680-44e6-90a1-3f4a62baa54c', code='shq015', name='血府方', effect='无', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2009-01-22 20:04:35.613', optrid='bc657cb8-551a-49f4-b6ef-7c4ac80aaf20', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='12b1182d-8d4c-4f28-a839-5e73994fe783', code='xx011', name='自闭症方', effect='滋肾平肝,清热开窍', py='zbzf', wb='', isClassical='0', SPETid='a2884c9d-9946-4415-a784-1f07c4248835', illustration='', createDay='2009-11-22 23:33:28.827', optrid='e12b2b6a-ee2f-4754-99a4-1aab7c7df17e', state='1')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='57fc1198-2faf-40a4-b84a-3be204b5422d', code='scr024', name='金铃子散', effect='平肝清热,行气活血', py='JLZS', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:18:09.693', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='87eb77b7-ef6e-458f-9154-70d6a4915fa8', code='scr025', name='保肺汤', effect='补肾纳气,活血平喘', py='BFT', wb='', isClassical='0', SPETid='e3093b46-848d-4cfd-b2d7-1116c5c4fc74', illustration='', createDay='2009-12-20 16:21:22.207', optrid='8a3b5ff6-bfa8-4c52-af8a-c3e5d6f1689d', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3c91fac2-47b1-4130-9a72-ed513373c348', code='sym013', name='便秘方', effect='清热滋阴 行气通便', py='bmf', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2010-03-02 18:31:19.770', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='3d7d20f5-5d76-4540-91ad-42ca8ee703fa', code='sq004', name='圣愈汤合当归拈痛汤', effect='痹症', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-03-26 23:50:21.343', optrid='aebd52a0-9a7d-4837-a8c7-01860a89724e', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='93730f54-04c0-48bf-b46d-e4707c4b832a', code='sq005', name='圣愈汤合右归丸', effect='痹症', py='', wb='', isClassical='0', SPETid='7eb3964c-9143-48a9-a450-a40d6b8d80b1', illustration='', createDay='2010-03-27 11:29:08.877', optrid='aebd52a0-9a7d-4837-a8c7-01860a89724e', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='0e2271c6-bc60-4e8f-a900-ca75d52bc607', code='sym008', name='腹痛方', effect='理气清热化湿止痛', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2009-03-15 22:29:33.523', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='81b6e172-10b5-4997-b499-0d362f76d576', code='sym014', name='鼻炎方', effect='"健脾益气,疏风散邪"', py='byf', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2010-03-04 12:00:48.690', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
new_fixedrecipe = fixedrecipe(FREPid='868948e0-8094-45d3-872f-d36354e7f61f', code='sym012', name='湿疹方', effect='清热利湿', py='', wb='', isClassical='0', SPETid='24bff094-fe02-4f6d-b8b1-e3bc636c3cc4', illustration='', createDay='2010-03-02 12:46:02.723', optrid='46e3d3e3-c822-4047-91db-b0cf580e2734', state='0')
db.session.add(new_fixedrecipe)
db.session.commit()