fb908a8903
Added signalR override management Fix head configuration
9 lines
165 B
C#
9 lines
165 B
C#
namespace Step.Model.DTOModels
|
|
{
|
|
public class DTOHeadsConfigModel
|
|
{
|
|
public int Id;
|
|
public string Name;
|
|
public string Type;
|
|
}
|
|
} |