issue fix

This commit is contained in:
2022-03-11 17:16:49 +08:00
parent 5ec4119025
commit 28897c96ea
11 changed files with 66 additions and 74 deletions

View File

@ -2,6 +2,6 @@
{
public interface IIdItem
{
public int Id { get; }
public int Id { get; set; }
}
}