ComplianceServer/code/Hg.Core.Entity/Views/HGBM/OrdMemoContentHGBM.cs

15 lines
284 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.HGBM
{
[Table("ORD_MEMOCONTENT")]
public class OrdMemoContentHGBM : OrdMemoContent
{
}
}