DissectibleBodyViewBackgroundArt.cs
1.34 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 DissectibleBodyViewBackgroundArt
{
public int Id { get; set; }
public int DissectibleBodyViewId { get; set; }
public int DissectibleRegionId { get; set; }
public string IsForeground { get; set; }
public int Zoom { get; set; }
public string IsBetadine { get; set; }
public string SkinTone { get; set; }
public string Sex { get; set; }
public int LayerNumberStart { get; set; }
public int LayerNumberEnd { get; set; }
public int OffsetX { get; set; }
public int OffsetY { get; set; }
public int ImageId { get; set; }
public string Extension { get; set; }
public virtual DissectibleBodyView DissectibleBodyView { get; set; }
public virtual DissectibleRegion DissectibleRegion { get; set; }
}
}