DissectibleRegionLayerArt.cs 1.33 KB
//------------------------------------------------------------------------------
// <auto-generated>
//    This code was generated from a template.
//
//    Manual changes to this file may cause unexpected behavior in your application.
//    Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace AIAHTML5.ADMIN.API.Entity
{
    using System;
    using System.Collections.Generic;
    
    public partial class DissectibleRegionLayerArt
    {
        public int Id { get; set; }
        public int DissectibleRegionLayerMappingId { get; set; }
        public int Zoom { get; set; }
        public string IsIsolate { get; set; }
        public string SkinTone { get; set; }
        public string IsDermatome { get; set; }
        public string IsBetadine { get; set; }
        public string IsBald { get; set; }
        public string IsHair { get; set; }
        public int ImageId { get; set; }
        public string Extension { get; set; }
    
        public virtual DissectibleRegionLayerArt DissectibleRegionLayerArt1 { get; set; }
        public virtual DissectibleRegionLayerArt DissectibleRegionLayerArt2 { get; set; }
        public virtual DissectibleRegionLayerMapping DissectibleRegionLayerMapping { get; set; }
    }
}