Fix filtraggio codApp x versioni + fix calcolo versione errata
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace EgwControlCenter.Core.Models
|
||||
{
|
||||
public class ControlTarget
|
||||
{
|
||||
[Key]
|
||||
public int Idx { get; set; } = 0;
|
||||
public string ObjType { get; set; } = "";
|
||||
public string BasePath { get; set; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user