12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748 |
- // <auto-generated />
- using System;
- using Microsoft.EntityFrameworkCore;
- using Microsoft.EntityFrameworkCore.Infrastructure;
- using Microsoft.EntityFrameworkCore.Metadata;
- using Microsoft.EntityFrameworkCore.Migrations;
- using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
- using wispro.sp.api;
- namespace wispro.sp.api.Migrations
- {
- [DbContext(typeof(spDbContext))]
- [Migration("20211115011112_addCaseCeoffcient")]
- partial class addCaseCeoffcient
- {
- protected override void BuildTargetModel(ModelBuilder modelBuilder)
- {
- #pragma warning disable 612, 618
- modelBuilder
- .HasAnnotation("Relational:MaxIdentifierLength", 128)
- .HasAnnotation("ProductVersion", "5.0.9")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- modelBuilder.Entity("wispro.sp.entity.AppealRecord", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<DateTime>("CreateTime")
- .HasColumnType("datetime2");
- b.Property<int>("CreaterId")
- .HasColumnType("int");
- b.Property<int>("ItemId")
- .HasColumnType("int");
- b.Property<string>("Reason")
- .HasMaxLength(500)
- .HasColumnType("nvarchar(500)");
- b.Property<DateTime?>("ReviewTime")
- .HasColumnType("datetime2");
- b.Property<int?>("ReviewerId")
- .HasColumnType("int");
- b.Property<string>("ReviewerMemo")
- .HasColumnType("nvarchar(max)");
- b.Property<int>("State")
- .HasColumnType("int");
- b.Property<int>("TypeId")
- .HasColumnType("int");
- b.HasKey("Id");
- b.HasIndex("CreaterId");
- b.HasIndex("ItemId");
- b.HasIndex("ReviewerId");
- b.HasIndex("TypeId");
- b.ToTable("AppealRecord");
- });
- modelBuilder.Entity("wispro.sp.entity.AppealType", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<string>("CanDoExpress")
- .HasMaxLength(500)
- .HasColumnType("nvarchar(500)");
- b.Property<string>("Name")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("ReviewerExpress")
- .HasMaxLength(500)
- .HasColumnType("nvarchar(500)");
- b.Property<int>("Type")
- .HasColumnType("int");
- b.HasKey("Id");
- b.ToTable("AppealType");
- b.HasData(
- new
- {
- Id = 1,
- CanDoExpress = "p.ItemStaffs.Count()>1",
- Name = "绩效点数分配比率",
- Type = 0
- },
- new
- {
- Id = 2,
- CanDoExpress = "p.DoItem==\"新申请\"",
- Name = "案件系数复核",
- ReviewerExpress = "p.Reviewer",
- Type = 0
- },
- new
- {
- Id = 3,
- CanDoExpress = "p.DoItem==\"新申请\"",
- Name = "处理事项系数复核",
- ReviewerExpress = "p.Reviewer",
- Type = 0
- },
- new
- {
- Id = 4,
- CanDoExpress = "",
- Name = "案件缺漏申诉",
- ReviewerExpress = "p.Reviewer",
- Type = 1
- },
- new
- {
- Id = 5,
- CanDoExpress = "p.isDanger()",
- Name = "案件严重超期说明",
- Type = 0
- },
- new
- {
- Id = 6,
- CanDoExpress = "p.DoItem==\"新申请\" || p.DoItem==\"翻译\"",
- Name = "按照翻译字数算绩效备注",
- Type = 0
- });
- });
- modelBuilder.Entity("wispro.sp.entity.AttachFile", b =>
- {
- b.Property<Guid>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("uniqueidentifier");
- b.Property<int?>("AppealRecordId")
- .HasColumnType("int");
- b.Property<string>("Name")
- .HasMaxLength(200)
- .HasColumnType("nvarchar(200)");
- b.Property<string>("SavePath")
- .HasMaxLength(200)
- .HasColumnType("nvarchar(200)");
- b.Property<int>("UploadUserId")
- .HasColumnType("int");
- b.HasKey("Id");
- b.HasIndex("AppealRecordId");
- b.HasIndex("UploadUserId");
- b.ToTable("AttachFile");
- });
- modelBuilder.Entity("wispro.sp.entity.BasePointRule", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<string>("PointExpress")
- .HasMaxLength(100)
- .HasColumnType("nvarchar(100)");
- b.Property<int>("Priority")
- .HasColumnType("int");
- b.Property<string>("Rule")
- .HasMaxLength(1000)
- .HasColumnType("nvarchar(1000)");
- b.Property<string>("Type")
- .HasMaxLength(20)
- .HasColumnType("nvarchar(20)");
- b.HasKey("Id");
- b.ToTable("BasePointRule");
- });
- modelBuilder.Entity("wispro.sp.entity.CalMonth", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<int>("Month")
- .HasColumnType("int")
- .HasColumnName("month");
- b.Property<int>("Status")
- .HasColumnType("int")
- .HasColumnName("status");
- b.Property<int>("Year")
- .HasColumnType("int")
- .HasColumnName("year");
- b.HasKey("Id");
- b.ToTable("CalMonth");
- });
- modelBuilder.Entity("wispro.sp.entity.CaseCeoffcient", b =>
- {
- b.Property<string>("Ceoffcient")
- .HasColumnType("nvarchar(450)");
- b.Property<double>("Value")
- .HasColumnType("float");
- b.HasKey("Ceoffcient");
- b.ToTable("CaseCeofficient");
- b.HasData(
- new
- {
- Ceoffcient = "S",
- Value = 2.5
- },
- new
- {
- Ceoffcient = "A",
- Value = 1.5
- },
- new
- {
- Ceoffcient = "B",
- Value = 1.0
- },
- new
- {
- Ceoffcient = "C",
- Value = 0.69999999999999996
- },
- new
- {
- Ceoffcient = "D",
- Value = 0.40000000000000002
- });
- });
- modelBuilder.Entity("wispro.sp.entity.Customer", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<string>("Address")
- .HasMaxLength(500)
- .HasColumnType("nvarchar(500)");
- b.Property<string>("ContactMan")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("Name")
- .IsRequired()
- .HasMaxLength(200)
- .HasColumnType("nvarchar(200)");
- b.Property<string>("Phone")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<int?>("ResponseManId")
- .HasColumnType("int");
- b.HasKey("Id");
- b.HasIndex("ResponseManId");
- b.ToTable("Customer");
- });
- modelBuilder.Entity("wispro.sp.entity.InputField", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<int>("AppealState")
- .HasColumnType("int");
- b.Property<int>("AppealTypeId")
- .HasColumnType("int");
- b.Property<bool>("CanMuliSelect")
- .HasColumnType("bit");
- b.Property<string>("FieldName")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("FieldType")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("MapObjectField")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("MapObjectFieldLabel")
- .HasColumnType("nvarchar(max)");
- b.Property<int?>("MaxSize")
- .HasColumnType("int");
- b.HasKey("Id");
- b.HasIndex("AppealTypeId");
- b.ToTable("InputField");
- b.HasData(
- new
- {
- Id = 1,
- AppealState = 0,
- AppealTypeId = 1,
- CanMuliSelect = false,
- FieldName = "分配比率",
- FieldType = "System.Double",
- MapObjectField = "ItemStaffs.PerformancePoint",
- MapObjectFieldLabel = "ItemStaffs.DoPerson.Name"
- },
- new
- {
- Id = 3,
- AppealState = 0,
- AppealTypeId = 1,
- CanMuliSelect = false,
- FieldName = "原因",
- FieldType = "System.String"
- },
- new
- {
- Id = 4,
- AppealState = 1,
- AppealTypeId = 1,
- CanMuliSelect = false,
- FieldName = "备注",
- FieldType = "System.String"
- },
- new
- {
- Id = 5,
- AppealState = 1,
- AppealTypeId = 1,
- CanMuliSelect = false,
- FieldName = "审核意见",
- FieldType = "System.String"
- },
- new
- {
- Id = 6,
- AppealState = 0,
- AppealTypeId = 2,
- CanMuliSelect = false,
- FieldName = "案件系数",
- FieldType = "System.String",
- MapObjectField = "CaseCoefficient"
- },
- new
- {
- Id = 9,
- AppealState = 1,
- AppealTypeId = 2,
- CanMuliSelect = false,
- FieldName = "备注",
- FieldType = "System.String"
- },
- new
- {
- Id = 10,
- AppealState = 1,
- AppealTypeId = 2,
- CanMuliSelect = false,
- FieldName = "审核意见",
- FieldType = "System.String"
- },
- new
- {
- Id = 11,
- AppealState = 0,
- AppealTypeId = 3,
- CanMuliSelect = false,
- FieldName = "处理事项系数",
- FieldType = "System.String",
- MapObjectField = "DoItemCoefficient"
- },
- new
- {
- Id = 12,
- AppealState = 1,
- AppealTypeId = 3,
- CanMuliSelect = false,
- FieldName = "备注",
- FieldType = "System.String"
- },
- new
- {
- Id = 13,
- AppealState = 1,
- AppealTypeId = 3,
- CanMuliSelect = false,
- FieldName = "审核意见",
- FieldType = "System.String"
- },
- new
- {
- Id = 14,
- AppealState = 0,
- AppealTypeId = 4,
- CanMuliSelect = false,
- FieldName = "我方文号",
- FieldType = "System.String"
- },
- new
- {
- Id = 15,
- AppealState = 0,
- AppealTypeId = 4,
- CanMuliSelect = false,
- FieldName = "处理事项",
- FieldType = "System.String"
- },
- new
- {
- Id = 16,
- AppealState = 1,
- AppealTypeId = 4,
- CanMuliSelect = false,
- FieldName = "备注",
- FieldType = "System.String"
- },
- new
- {
- Id = 17,
- AppealState = 1,
- AppealTypeId = 4,
- CanMuliSelect = false,
- FieldName = "审核意见",
- FieldType = "System.String"
- },
- new
- {
- Id = 18,
- AppealState = 0,
- AppealTypeId = 5,
- CanMuliSelect = false,
- FieldName = "超期说明",
- FieldType = "System.String",
- MapObjectField = "OverDueMemo"
- },
- new
- {
- Id = 21,
- AppealState = 1,
- AppealTypeId = 5,
- CanMuliSelect = false,
- FieldName = "审核意见",
- FieldType = "System.String"
- },
- new
- {
- Id = 22,
- AppealState = 1,
- AppealTypeId = 5,
- CanMuliSelect = false,
- FieldName = "备注",
- FieldType = "System.String"
- },
- new
- {
- Id = 19,
- AppealState = 0,
- AppealTypeId = 6,
- CanMuliSelect = false,
- FieldName = "翻译类型",
- FieldType = "System.String",
- MapObjectField = "AgentFeedbackMemo"
- },
- new
- {
- Id = 20,
- AppealState = 0,
- AppealTypeId = 6,
- CanMuliSelect = false,
- FieldName = "翻译字数",
- FieldType = "System.Int32",
- MapObjectField = "WordCount"
- },
- new
- {
- Id = 23,
- AppealState = 1,
- AppealTypeId = 6,
- CanMuliSelect = false,
- FieldName = "审核意见",
- FieldType = "System.Int32"
- },
- new
- {
- Id = 24,
- AppealState = 1,
- AppealTypeId = 6,
- CanMuliSelect = false,
- FieldName = "翻译字数",
- FieldType = "System.Int32",
- MapObjectField = "WordCount"
- });
- });
- modelBuilder.Entity("wispro.sp.entity.InputFieldValue", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<int>("AppealRecordId")
- .HasColumnType("int");
- b.Property<int>("InputFieldId")
- .HasColumnType("int");
- b.Property<string>("Label")
- .HasColumnType("nvarchar(max)");
- b.Property<string>("Value")
- .HasMaxLength(500)
- .HasColumnType("nvarchar(500)");
- b.Property<string>("mapExpress")
- .HasColumnType("nvarchar(max)");
- b.HasKey("Id");
- b.HasIndex("AppealRecordId");
- b.HasIndex("InputFieldId");
- b.ToTable("InputFieldValue");
- });
- modelBuilder.Entity("wispro.sp.entity.ItemStaff", b =>
- {
- b.Property<int>("ItemId")
- .HasColumnType("int");
- b.Property<int>("DoPersonId")
- .HasColumnType("int");
- b.Property<double?>("PerformancePoint")
- .HasColumnType("float");
- b.HasKey("ItemId", "DoPersonId");
- b.HasIndex("DoPersonId");
- b.ToTable("ItemStaff");
- });
- modelBuilder.Entity("wispro.sp.entity.Message", b =>
- {
- b.Property<Guid>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("uniqueidentifier");
- b.Property<int>("FromId")
- .HasColumnType("int");
- b.Property<string>("MessageInfo")
- .HasMaxLength(500)
- .HasColumnType("nvarchar(500)");
- b.Property<int>("Type")
- .HasColumnType("int");
- b.HasKey("Id");
- b.HasIndex("FromId");
- b.ToTable("Message");
- });
- modelBuilder.Entity("wispro.sp.entity.MessagePerformanceItem", b =>
- {
- b.Property<int>("ItemId")
- .HasColumnType("int");
- b.Property<Guid>("MessageId")
- .HasColumnType("uniqueidentifier");
- b.HasKey("ItemId", "MessageId");
- b.HasIndex("MessageId");
- b.ToTable("MessagePerformanceItems");
- });
- modelBuilder.Entity("wispro.sp.entity.MessageReadRecord", b =>
- {
- b.Property<Guid>("MessageId")
- .HasColumnType("uniqueidentifier");
- b.Property<int>("StaffId")
- .HasColumnType("int");
- b.Property<Guid?>("MessageId1")
- .HasColumnType("uniqueidentifier");
- b.Property<bool>("isReaded")
- .HasColumnType("bit");
- b.HasKey("MessageId", "StaffId");
- b.HasIndex("MessageId1");
- b.HasIndex("StaffId");
- b.ToTable("MessageReadRecord");
- });
- modelBuilder.Entity("wispro.sp.entity.PerformanceItem", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<string>("AgentFeedbackMemo")
- .HasColumnType("nvarchar(max)");
- b.Property<string>("ApplicationName")
- .HasMaxLength(200)
- .HasColumnType("nvarchar(200)");
- b.Property<string>("ApplicationType")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<decimal?>("BasePoint")
- .HasColumnType("numeric(18,2)");
- b.Property<string>("BusinessType")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<int>("CalMonthId")
- .HasColumnType("int");
- b.Property<string>("CaseCoefficient")
- .HasMaxLength(10)
- .HasColumnType("nvarchar(10)");
- b.Property<string>("CaseMemo")
- .HasColumnType("nvarchar(max)");
- b.Property<string>("CaseName")
- .HasMaxLength(500)
- .HasColumnType("nvarchar(500)");
- b.Property<string>("CaseNo")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("CaseStage")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("CaseState")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("CaseType")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<int?>("CustomerId")
- .HasColumnType("int");
- b.Property<DateTime?>("CustomerLimitDate")
- .HasColumnType("date");
- b.Property<string>("DoItem")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("DoItemCoefficient")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("DoItemMemo")
- .HasMaxLength(500)
- .HasColumnType("nvarchar(500)");
- b.Property<string>("DoItemState")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<DateTime?>("EntrustingDate")
- .HasColumnType("date");
- b.Property<DateTime?>("FinalizationDate")
- .HasColumnType("date");
- b.Property<DateTime?>("FinishedDate")
- .HasColumnType("date");
- b.Property<DateTime?>("FirstDraftDate")
- .HasColumnType("date");
- b.Property<DateTime?>("InternalDate")
- .HasColumnType("date");
- b.Property<string>("OverDueMemo")
- .HasMaxLength(100)
- .HasColumnType("nvarchar(100)");
- b.Property<int?>("PreOastaffId")
- .HasColumnType("int")
- .HasColumnName("PreOAStaffId");
- b.Property<string>("ReturnCasseNo")
- .HasColumnType("nvarchar(max)");
- b.Property<DateTime?>("ReturnDate")
- .HasColumnType("date");
- b.Property<int?>("ReviewerId")
- .HasColumnType("int");
- b.Property<int?>("Status")
- .HasColumnType("int");
- b.Property<string>("Type")
- .HasColumnType("nvarchar(max)");
- b.Property<int?>("WordCount")
- .HasColumnType("int");
- b.HasKey("Id");
- b.HasIndex("CalMonthId");
- b.HasIndex("CustomerId");
- b.HasIndex("PreOastaffId");
- b.HasIndex("ReviewerId");
- b.ToTable("PerformanceItem");
- });
- modelBuilder.Entity("wispro.sp.entity.SelectValue", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<int>("InputFieldId")
- .HasColumnType("int");
- b.Property<string>("Value")
- .HasColumnType("nvarchar(max)");
- b.HasKey("Id");
- b.HasIndex("InputFieldId");
- b.ToTable("SelectValue");
- b.HasData(
- new
- {
- Id = 1,
- InputFieldId = 5,
- Value = "同意"
- },
- new
- {
- Id = 2,
- InputFieldId = 5,
- Value = "拒绝"
- },
- new
- {
- Id = 3,
- InputFieldId = 10,
- Value = "同意"
- },
- new
- {
- Id = 4,
- InputFieldId = 10,
- Value = "拒绝"
- },
- new
- {
- Id = 5,
- InputFieldId = 13,
- Value = "同意"
- },
- new
- {
- Id = 6,
- InputFieldId = 13,
- Value = "拒绝"
- },
- new
- {
- Id = 7,
- InputFieldId = 17,
- Value = "同意"
- },
- new
- {
- Id = 8,
- InputFieldId = 17,
- Value = "拒绝"
- },
- new
- {
- Id = 9,
- InputFieldId = 6,
- Value = "S"
- },
- new
- {
- Id = 10,
- InputFieldId = 6,
- Value = "A"
- },
- new
- {
- Id = 11,
- InputFieldId = 6,
- Value = "B"
- },
- new
- {
- Id = 12,
- InputFieldId = 6,
- Value = "C"
- },
- new
- {
- Id = 13,
- InputFieldId = 6,
- Value = "D"
- },
- new
- {
- Id = 14,
- InputFieldId = 11,
- Value = "实质"
- },
- new
- {
- Id = 15,
- InputFieldId = 11,
- Value = "形式"
- },
- new
- {
- Id = 16,
- InputFieldId = 19,
- Value = "中-德"
- },
- new
- {
- Id = 17,
- InputFieldId = 19,
- Value = "中-英"
- },
- new
- {
- Id = 18,
- InputFieldId = 19,
- Value = "英-中"
- },
- new
- {
- Id = 19,
- InputFieldId = 22,
- Value = "同意"
- },
- new
- {
- Id = 20,
- InputFieldId = 22,
- Value = "拒绝"
- });
- });
- modelBuilder.Entity("wispro.sp.entity.Staff", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<string>("Account")
- .IsRequired()
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("Department")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<DateTime?>("EntyDate")
- .HasColumnType("date");
- b.Property<bool>("IsCalPerformsnce")
- .HasColumnType("bit")
- .HasColumnName("isCalPerformsnce");
- b.Property<bool>("IsOnJob")
- .HasColumnType("bit");
- b.Property<string>("Mail")
- .HasColumnType("nvarchar(max)");
- b.Property<string>("Memo")
- .HasColumnType("nvarchar(max)");
- b.Property<string>("Mobile")
- .HasColumnType("nvarchar(max)");
- b.Property<string>("Name")
- .IsRequired()
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.Property<string>("Password")
- .IsRequired()
- .HasColumnType("nvarchar(max)");
- b.Property<string>("Sex")
- .HasColumnType("nvarchar(max)");
- b.Property<int?>("StaffGradeId")
- .HasColumnType("int");
- b.Property<string>("Status")
- .IsRequired()
- .HasMaxLength(25)
- .HasColumnType("nvarchar(25)");
- b.Property<string>("Tel")
- .HasColumnType("nvarchar(max)");
- b.Property<string>("WorkPlace")
- .HasMaxLength(50)
- .HasColumnType("nvarchar(50)");
- b.HasKey("Id");
- b.HasIndex("StaffGradeId");
- b.ToTable("Staff");
- });
- modelBuilder.Entity("wispro.sp.entity.StaffGrade", b =>
- {
- b.Property<int>("Id")
- .ValueGeneratedOnAdd()
- .HasColumnType("int")
- .HasAnnotation("SqlServer:ValueGenerationStrategy", SqlServerValueGenerationStrategy.IdentityColumn);
- b.Property<double>("Coefficient")
- .HasColumnType("float");
- b.Property<string>("Grade")
- .IsRequired()
- .HasMaxLength(5)
- .HasColumnType("nchar(5)")
- .IsFixedLength(true);
- b.HasKey("Id");
- b.ToTable("StaffGrade");
- b.HasData(
- new
- {
- Id = 1,
- Coefficient = 1.2,
- Grade = "S级"
- },
- new
- {
- Id = 2,
- Coefficient = 1.1000000000000001,
- Grade = "A3级"
- },
- new
- {
- Id = 3,
- Coefficient = 1.1000000000000001,
- Grade = "A2级"
- },
- new
- {
- Id = 4,
- Coefficient = 1.1000000000000001,
- Grade = "A1级"
- },
- new
- {
- Id = 5,
- Coefficient = 1.0,
- Grade = "B3级"
- },
- new
- {
- Id = 6,
- Coefficient = 1.0,
- Grade = "B2级"
- },
- new
- {
- Id = 7,
- Coefficient = 0.90000000000000002,
- Grade = "B1级"
- },
- new
- {
- Id = 8,
- Coefficient = 0.90000000000000002,
- Grade = "C3级"
- },
- new
- {
- Id = 9,
- Coefficient = 0.69999999999999996,
- Grade = "C2级"
- },
- new
- {
- Id = 10,
- Coefficient = 0.69999999999999996,
- Grade = "C1级"
- },
- new
- {
- Id = 11,
- Coefficient = 0.59999999999999998,
- Grade = "D3级"
- },
- new
- {
- Id = 12,
- Coefficient = 0.59999999999999998,
- Grade = "D2级"
- },
- new
- {
- Id = 13,
- Coefficient = 0.5,
- Grade = "D1级"
- },
- new
- {
- Id = 14,
- Coefficient = 1.1000000000000001,
- Grade = "A级"
- },
- new
- {
- Id = 15,
- Coefficient = 1.0,
- Grade = "C级"
- },
- new
- {
- Id = 16,
- Coefficient = 0.90000000000000002,
- Grade = "D级"
- });
- });
- modelBuilder.Entity("wispro.sp.entity.VerifyCoefficient", b =>
- {
- b.Property<int>("CheckerId")
- .HasColumnType("int");
- b.Property<int>("DoPersonId")
- .HasColumnType("int");
- b.Property<double>("Coefficient")
- .HasColumnType("float");
- b.HasKey("CheckerId", "DoPersonId");
- b.HasIndex("DoPersonId");
- b.ToTable("VerifyCoefficient");
- b.HasData(
- new
- {
- CheckerId = 1,
- DoPersonId = 5,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 1,
- DoPersonId = 6,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 1,
- DoPersonId = 7,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 1,
- DoPersonId = 8,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 1,
- DoPersonId = 9,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 1,
- DoPersonId = 10,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 1,
- DoPersonId = 11,
- Coefficient = 0.5
- },
- new
- {
- CheckerId = 1,
- DoPersonId = 12,
- Coefficient = 0.5
- },
- new
- {
- CheckerId = 1,
- DoPersonId = 13,
- Coefficient = 0.59999999999999998
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 5,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 6,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 7,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 8,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 9,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 10,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 11,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 12,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 2,
- DoPersonId = 13,
- Coefficient = 0.5
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 5,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 6,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 7,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 8,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 9,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 10,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 11,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 12,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 3,
- DoPersonId = 13,
- Coefficient = 0.5
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 5,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 6,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 7,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 8,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 9,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 10,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 11,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 12,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 4,
- DoPersonId = 13,
- Coefficient = 0.5
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 5,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 6,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 7,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 8,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 9,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 10,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 11,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 12,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 5,
- DoPersonId = 13,
- Coefficient = 0.5
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 5,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 6,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 7,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 8,
- Coefficient = 0.20000000000000001
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 9,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 10,
- Coefficient = 0.29999999999999999
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 11,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 12,
- Coefficient = 0.40000000000000002
- },
- new
- {
- CheckerId = 6,
- DoPersonId = 13,
- Coefficient = 0.5
- });
- });
- modelBuilder.Entity("wispro.sp.entity.AppealRecord", b =>
- {
- b.HasOne("wispro.sp.entity.Staff", "Creater")
- .WithMany()
- .HasForeignKey("CreaterId")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.HasOne("wispro.sp.entity.PerformanceItem", "Item")
- .WithMany()
- .HasForeignKey("ItemId")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.HasOne("wispro.sp.entity.Staff", "Reviewer")
- .WithMany()
- .HasForeignKey("ReviewerId")
- .OnDelete(DeleteBehavior.NoAction);
- b.HasOne("wispro.sp.entity.AppealType", "Type")
- .WithMany()
- .HasForeignKey("TypeId")
- .OnDelete(DeleteBehavior.NoAction)
- .IsRequired();
- b.Navigation("Creater");
- b.Navigation("Item");
- b.Navigation("Reviewer");
- b.Navigation("Type");
- });
- modelBuilder.Entity("wispro.sp.entity.AttachFile", b =>
- {
- b.HasOne("wispro.sp.entity.AppealRecord", "AppealRecord")
- .WithMany("AttachFiles")
- .HasForeignKey("AppealRecordId")
- .HasConstraintName("FK_AttachFile_AppealRecord");
- b.HasOne("wispro.sp.entity.Staff", "UploadUser")
- .WithMany()
- .HasForeignKey("UploadUserId")
- .HasConstraintName("FK_AttachFile_UpdateUser")
- .OnDelete(DeleteBehavior.NoAction)
- .IsRequired();
- b.Navigation("AppealRecord");
- b.Navigation("UploadUser");
- });
- modelBuilder.Entity("wispro.sp.entity.Customer", b =>
- {
- b.HasOne("wispro.sp.entity.Staff", "ResponseMan")
- .WithMany("Customers")
- .HasForeignKey("ResponseManId")
- .HasConstraintName("FK_Customer_Staff");
- b.Navigation("ResponseMan");
- });
- modelBuilder.Entity("wispro.sp.entity.InputField", b =>
- {
- b.HasOne("wispro.sp.entity.AppealType", "AppealType")
- .WithMany()
- .HasForeignKey("AppealTypeId")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.Navigation("AppealType");
- });
- modelBuilder.Entity("wispro.sp.entity.InputFieldValue", b =>
- {
- b.HasOne("wispro.sp.entity.AppealRecord", "AppealRecord")
- .WithMany()
- .HasForeignKey("AppealRecordId")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.HasOne("wispro.sp.entity.InputField", "InputField")
- .WithMany()
- .HasForeignKey("InputFieldId")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.Navigation("AppealRecord");
- b.Navigation("InputField");
- });
- modelBuilder.Entity("wispro.sp.entity.ItemStaff", b =>
- {
- b.HasOne("wispro.sp.entity.Staff", "DoPerson")
- .WithMany("ItemStaffs")
- .HasForeignKey("DoPersonId")
- .HasConstraintName("FK_ItemStaff_Staff")
- .IsRequired();
- b.HasOne("wispro.sp.entity.PerformanceItem", "Item")
- .WithMany("ItemStaffs")
- .HasForeignKey("ItemId")
- .HasConstraintName("FK_ItemStaff_PerformanceItem")
- .IsRequired();
- b.Navigation("DoPerson");
- b.Navigation("Item");
- });
- modelBuilder.Entity("wispro.sp.entity.Message", b =>
- {
- b.HasOne("wispro.sp.entity.Staff", "From")
- .WithMany()
- .HasForeignKey("FromId")
- .HasConstraintName("FK_From_Staff")
- .IsRequired();
- b.Navigation("From");
- });
- modelBuilder.Entity("wispro.sp.entity.MessagePerformanceItem", b =>
- {
- b.HasOne("wispro.sp.entity.PerformanceItem", "Item")
- .WithMany()
- .HasForeignKey("ItemId")
- .HasConstraintName("FK_MessagePerformanceItem_Item")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.HasOne("wispro.sp.entity.Message", "Message")
- .WithMany("RelatedItem")
- .HasForeignKey("MessageId")
- .HasConstraintName("FK_MessagePerformanceItem_Message")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.Navigation("Item");
- b.Navigation("Message");
- });
- modelBuilder.Entity("wispro.sp.entity.MessageReadRecord", b =>
- {
- b.HasOne("wispro.sp.entity.Message", "Message")
- .WithMany()
- .HasForeignKey("MessageId")
- .HasConstraintName("FK_MessageReadRecord_Message")
- .IsRequired();
- b.HasOne("wispro.sp.entity.Message", null)
- .WithMany("To")
- .HasForeignKey("MessageId1");
- b.HasOne("wispro.sp.entity.Staff", "Staff")
- .WithMany()
- .HasForeignKey("StaffId")
- .HasConstraintName("FK_MessageReadRecord_Staff")
- .IsRequired();
- b.Navigation("Message");
- b.Navigation("Staff");
- });
- modelBuilder.Entity("wispro.sp.entity.PerformanceItem", b =>
- {
- b.HasOne("wispro.sp.entity.CalMonth", "CalMonth")
- .WithMany("PerformanceItems")
- .HasForeignKey("CalMonthId")
- .HasConstraintName("FK_PerformanceItem_CalMonth")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.HasOne("wispro.sp.entity.Customer", "Customer")
- .WithMany("PerformanceItems")
- .HasForeignKey("CustomerId")
- .HasConstraintName("FK_PerformanceItem_Customer");
- b.HasOne("wispro.sp.entity.Staff", "PreOastaff")
- .WithMany()
- .HasForeignKey("PreOastaffId")
- .HasConstraintName("FK_PerformanceItem_Staff");
- b.HasOne("wispro.sp.entity.Staff", "Reviewer")
- .WithMany("ReviewerItems")
- .HasForeignKey("ReviewerId")
- .HasConstraintName("FK_PerformanceItem_Reviewer");
- b.Navigation("CalMonth");
- b.Navigation("Customer");
- b.Navigation("PreOastaff");
- b.Navigation("Reviewer");
- });
- modelBuilder.Entity("wispro.sp.entity.SelectValue", b =>
- {
- b.HasOne("wispro.sp.entity.InputField", "InputField")
- .WithMany("SelectValues")
- .HasForeignKey("InputFieldId")
- .OnDelete(DeleteBehavior.Cascade)
- .IsRequired();
- b.Navigation("InputField");
- });
- modelBuilder.Entity("wispro.sp.entity.Staff", b =>
- {
- b.HasOne("wispro.sp.entity.StaffGrade", "StaffGrade")
- .WithMany("Staff")
- .HasForeignKey("StaffGradeId")
- .HasConstraintName("FK_Staff_StaffGrade");
- b.Navigation("StaffGrade");
- });
- modelBuilder.Entity("wispro.sp.entity.VerifyCoefficient", b =>
- {
- b.HasOne("wispro.sp.entity.StaffGrade", "Checker")
- .WithMany("VerifyCoefficientCheckers")
- .HasForeignKey("CheckerId")
- .HasConstraintName("FK_VerifyCoefficient_StaffGrade")
- .IsRequired();
- b.HasOne("wispro.sp.entity.StaffGrade", "DoPerson")
- .WithMany("VerifyCoefficientDoPeople")
- .HasForeignKey("DoPersonId")
- .HasConstraintName("FK_VerifyCoefficient_StaffGrade1")
- .IsRequired();
- b.Navigation("Checker");
- b.Navigation("DoPerson");
- });
- modelBuilder.Entity("wispro.sp.entity.AppealRecord", b =>
- {
- b.Navigation("AttachFiles");
- });
- modelBuilder.Entity("wispro.sp.entity.CalMonth", b =>
- {
- b.Navigation("PerformanceItems");
- });
- modelBuilder.Entity("wispro.sp.entity.Customer", b =>
- {
- b.Navigation("PerformanceItems");
- });
- modelBuilder.Entity("wispro.sp.entity.InputField", b =>
- {
- b.Navigation("SelectValues");
- });
- modelBuilder.Entity("wispro.sp.entity.Message", b =>
- {
- b.Navigation("RelatedItem");
- b.Navigation("To");
- });
- modelBuilder.Entity("wispro.sp.entity.PerformanceItem", b =>
- {
- b.Navigation("ItemStaffs");
- });
- modelBuilder.Entity("wispro.sp.entity.Staff", b =>
- {
- b.Navigation("Customers");
- b.Navigation("ItemStaffs");
- b.Navigation("ReviewerItems");
- });
- modelBuilder.Entity("wispro.sp.entity.StaffGrade", b =>
- {
- b.Navigation("Staff");
- b.Navigation("VerifyCoefficientCheckers");
- b.Navigation("VerifyCoefficientDoPeople");
- });
- #pragma warning restore 612, 618
- }
- }
- }
|