📜  odoo - 任何代码示例

📅  最后修改于: 2022-03-11 14:56:50.344000             🧑  作者: Mango

代码示例1
TestClass testclass = new TestClass() {
TestBool = true,
TestBoolean = true,
TestString = ",
TestString_2 = ",
TestGuid = Guid.NewGuid(),
TestDateTime = DateTime.Now,
TestDateTimeOffset = DateTimeOffset.Now,
TestChar = 'c',
};