using Api.Framework.Tools;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Api.Framework.Model
{
///
/// 抖音ck
///
public class fl_dy_ck : base_model
{
//[SugarColumn(Length = 1000)]
public string cpsname { get; set; }
///
///
///
//[SugarColumn(Length = 1000)]
public string chname { get; set; }
///
///
///
[SugarColumn(ColumnDataType = "text")]
public string ckdic { get; set; }
}
}