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

15 lines
279 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("CACHE_ORD_MEMO")]
public class CacheOrdMemoHGBM : CacheOrdMemo
{
}
}