看板修改
This commit is contained in:
@@ -68,4 +68,12 @@ namespace Model
|
||||
set;
|
||||
}
|
||||
}
|
||||
|
||||
public class LicenseDto
|
||||
{
|
||||
public string ProjectId { get; set; }
|
||||
public string WorkStates { get; set; }
|
||||
public string LicenseTypeName { get; set; }
|
||||
public string WorkStatesStr { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user