快乐的昕的电脑
2025-12-04 4f33ac39577a3a20860e3895f748d6f10bd39b23
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
public class MesReportingBgDto
{
    public long Id { get; set; }
    public string BillNo { get; set; }
    public string ItemNo { get; set; }
    public string MachineNo { get; set; }
    public string StaffNo { get; set; }
    public string StaffName { get; set; }
    public DateTime? BgDate { get; set; }
    public int? KgQty { get; set; }
    public int? CsQty { get; set; }
    public int? CjQty { get; set; }
    public int? OkQty { get; set; }
    public int? BfQty { get; set; }
    public string REMARK { get; set; }// ±¸×¢¡¢±¨¹¤ÀàÐÍ
}