ComplianceServer/code/Hg.Core.Entity/Views/DNYY/BasInneruserDNYY.cs

14 lines
256 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Hg.Core.Entity.Views.DNYY
{
[Table("BAS_INNERUSER_DNYY")]
public class BasInneruserDNYY : BAS_INNERUSER
{
}
}