优化
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
public string FollowUserName { get; set; }
|
||||
|
||||
public string MySelfId { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class FollowUpdateDto
|
||||
|
||||
@@ -69,5 +69,8 @@ namespace dy.net.model.entity
|
||||
/// 标记为非关注的用户-手动增加的
|
||||
/// </summary>
|
||||
public bool IsNoFollowed { get; set; }
|
||||
|
||||
[SugarColumn(IsNullable = true, Length = 100)]
|
||||
public string DouyinNo { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
//using SqlSugar;
|
||||
using SqlSugar;
|
||||
|
||||
//namespace dy.net.model.entity
|
||||
//{
|
||||
// /// <summary>
|
||||
// ///
|
||||
// /// </summary>
|
||||
namespace dy.net.model.entity
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
|
||||
// [SqlSugar.SugarTable("dy_videoup")]
|
||||
// public class DouyinVideoUp
|
||||
// {
|
||||
// /// <summary>
|
||||
// ///
|
||||
// /// </summary>
|
||||
// [SugarColumn(IsPrimaryKey = true)]
|
||||
// public string Id { get; set; }
|
||||
[SqlSugar.SugarTable("dy_videoup")]
|
||||
public class DouyinVideoUp
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[SugarColumn(IsPrimaryKey = true)]
|
||||
public string Id { get; set; }
|
||||
|
||||
|
||||
// [SugarColumn(IsNullable = false, Length = 100)]
|
||||
// public string UperId { get; set; }
|
||||
[SugarColumn(IsNullable = false, Length = 100)]
|
||||
public string UperId { get; set; }
|
||||
|
||||
|
||||
// public string SavePath { get; set; }
|
||||
// }
|
||||
//}
|
||||
public string SavePath { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -109,11 +109,11 @@ namespace dy.net.model.response
|
||||
[JsonProperty("sec_uid")]
|
||||
public string SecUid { get; set; }
|
||||
|
||||
///// <summary>
|
||||
/////
|
||||
///// </summary>
|
||||
//[JsonProperty("short_id")]
|
||||
//public string ShortId { get; set; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
[JsonProperty("short_id")]
|
||||
public string ShortId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 签名
|
||||
@@ -1361,10 +1361,10 @@ namespace dy.net.model.response
|
||||
// /////
|
||||
// ///// </summary>
|
||||
// //public string shop_micro_app { get; set; }
|
||||
// ///// <summary>
|
||||
// /////
|
||||
// ///// </summary>
|
||||
// //public string short_id { get; set; }
|
||||
///// <summary>
|
||||
/////
|
||||
///// </summary>
|
||||
//public string short_id { get; set; }
|
||||
// ///// <summary>
|
||||
// /////
|
||||
// ///// </summary>
|
||||
|
||||
Reference in New Issue
Block a user