From a41fd92b43e4785484260a96261c92d0a6c513cf Mon Sep 17 00:00:00 2001 From: walon Date: Mon, 24 Jan 2022 22:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8Dcode=5Fcs=5Fbin=E5=9C=A8table.mode=3D'list'=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=8A=A0=E8=BD=BD=E6=95=B0=E6=8D=AE=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Luban.Server/Templates/config/cs_bin/table.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Luban.Server/Templates/config/cs_bin/table.tpl b/src/Luban.Server/Templates/config/cs_bin/table.tpl index a6bc135..0bf7a7f 100644 --- a/src/Luban.Server/Templates/config/cs_bin/table.tpl +++ b/src/Luban.Server/Templates/config/cs_bin/table.tpl @@ -72,6 +72,7 @@ public sealed class {{name}} { {{cs_define_type value_type}} _v; {{cs_deserialize '_buf' '_v' value_type}} + _dataList.Add(_v); } }