1
zrg
2025-11-05 080398b3ec314095e2fd5cccd3590e42815cc6c8
WebAPI/Models/StationBill.cs
@@ -99,5 +99,7 @@
        public string HDate { get; set; }
        public double HMachineWorkTimes { get; set; }
        public int HIsTimeFlag { get; set; } = 0;
        public string HBatchNo { get; set; }//子表批次
    }
}