This commit is contained in:
nakorn
2021-10-05 22:26:47 +07:00
parent e5cb49c75e
commit be227895a5
28 changed files with 2446 additions and 62 deletions

View File

@@ -171,6 +171,12 @@ namespace tb320eva.Migrations
b.Property<string>("remark")
.HasMaxLength(1000);
b.Property<decimal?>("reward_new");
b.Property<decimal?>("reward_new2");
b.Property<decimal?>("reward_old");
b.Property<decimal?>("sarary");
b.Property<decimal?>("score_final");