From 78d4c83632f0ee3e51f343e5ae0c66fc4c4b237b Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周五, 09 5月 2025 08:53:10 +0800 Subject: [PATCH] 2222 --- Weben_CMS专用代码生成器/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509005007_InitialCreate6.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509000114_InitialCreate5.cs" "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509005007_InitialCreate6.cs" similarity index 99% rename from "Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509000114_InitialCreate5.cs" rename to "Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509005007_InitialCreate6.cs" index aed560d..b851038 100644 --- "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509000114_InitialCreate5.cs" +++ "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/server/src/CMS.Plugin.HIAWms.MySQL/Migrations/20250509005007_InitialCreate6.cs" @@ -5,7 +5,7 @@ namespace CMS.Plugin.HIAWms.MySQL.Migrations { - public partial class InitialCreate5 : Migration + public partial class InitialCreate6 : Migration { protected override void Up(MigrationBuilder migrationBuilder) { @@ -161,12 +161,12 @@ MaterialCode = table.Column<string>(type: "varchar(64)", maxLength: 64, nullable: false, comment: "鐗╂枡缂栫爜锛堝敮涓�鏍囪瘑锛�") .Annotation("MySql:CharSet", "utf8mb4"), IsValid = table.Column<bool>(type: "tinyint(1)", nullable: false, comment: "鏄惁鏈夋晥鐗╂枡"), - IsSelfMade = table.Column<bool>(type: "tinyint(1)", nullable: true, comment: "鏁伴噺"), - Num = table.Column<int>(type: "int", nullable: false, comment: "鏄惁鏈夋晥鐗╂枡"), + IsSelfMade = table.Column<bool>(type: "tinyint(1)", nullable: true, comment: "鏄惁鑷骇"), + Num = table.Column<int>(type: "int", nullable: false, comment: "鏁伴噺"), SelfNum = table.Column<int>(type: "int", nullable: true, comment: "鑷湁鏁伴噺"), MaterialName = table.Column<string>(type: "varchar(128)", maxLength: 128, nullable: false, comment: "鐗╂枡鍚嶇О") .Annotation("MySql:CharSet", "utf8mb4"), - NullLength = table.Column<decimal>(type: "decimal(65,30)", nullable: true), + NullLength = table.Column<decimal>(type: "decimal(65,30)", nullable: true, comment: "鍙┖闀垮害"), PurchaseType = table.Column<int>(type: "int", nullable: false, comment: "閲囪喘绫诲瀷锛堟灇涓惧�硷級"), MaterialType = table.Column<int>(type: "int", nullable: false, comment: "鐗╂枡绫诲瀷锛堟灇涓惧�硷級"), PrimaryUnit = table.Column<string>(type: "varchar(20)", maxLength: 20, nullable: true, comment: "涓诲崟浣嶏紙濡傦細kg銆乵銆佷釜锛�") -- Gitblit v1.9.3