ComplianceServer/code/Hg.Core.Entity/Views/DNZZ/OrdMemoContentDNZZ.cs

15 lines
289 B
C#

using Hg.Core.Entity.HgCrm;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Hg.Core.Entity.Views.DNZZ
{
[Table("ORD_MEMOCONTENT_DNZZ")]
public class OrdMemoContentDNZZ : OrdMemoContent
{
}
}