@@ -60,7 +60,7 @@
}
},
"DatabaseConfiguration": {
- "ApplyDbMigrations": false,
+ "ApplyDbMigrations": true,
"ApplySeed": false
"MqConfiguration": {
@@ -251,7 +251,7 @@ public class PublishOrderDto
/// <summary>
/// 备注
/// </summary>
- public string Remark { get; set; }
+ public string? Remark { get; set; }
#endregion
@@ -91,6 +91,6 @@ public class OrderPublish : FullStateEntity