refactoring
This commit is contained in:
parent
f950f93f90
commit
18d1b7fea4
8 changed files with 33 additions and 11 deletions
|
|
@ -15,7 +15,10 @@ namespace Yavsc.Models.IT.Fixing
|
|||
|
||||
public long? FeatureId { get; set; }
|
||||
|
||||
[YaStringLength(2048)]
|
||||
[YaStringLength(1024)]
|
||||
public string Title { get; set; }
|
||||
|
||||
[YaStringLength(4096)]
|
||||
public string Description { get; set; }
|
||||
|
||||
public BugStatus Status { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue