gpt4 book ai didi

c# - 一次写一条记录,用一个静态类?

转载 作者:太空宇宙 更新时间:2023-11-03 19:19:14 24 4
gpt4 key购买 nike

<分区>

每次按下按钮时,我都会在文件中写入一行文本。

我定义了一个这样的静态类:

public static class PalletRecord
{
public static string MachineName { get; set; }
public static DateTime TimeStamp { get; set; }
public static string BranchPlant { get; set; }
public static string Location { get; set; }
public static string Data { get; set; }
public static string ItemCode { get; set; }
public static string ItemDescription { get; set; }
public static decimal Quantity { get; set; }
}

每次我需要写入文件时,我都会填充静态类属性并使用 File.AppendAllLines 写入文本文件。

我应该用非静态类来完成吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com