|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using Hg.Core.Entity.HgCrm;
|
|
|
|
namespace Hg.Core.Entity.Views.DNYY
|
|
{
|
|
[Table("CSVR_CALLRECORD_DNYY")]
|
|
public class CsvrCallrecordDNYY : CsvrCallrecord
|
|
{
|
|
}
|
|
}
|