ILedgerLogInfo constructor
const
ILedgerLogInfo({
- dynamic SvcDte,
- required int SvcNo,
- required int SvcNumZ,
- required String OUFTIState,
- required String Sign,
- required String DateHeure,
- required int Hre,
- required int NoSeq,
- required int Staff,
- required String StaffName,
- required String Action,
- required String PLU,
- required String Nom,
- required String NomProd,
- required String NomAdd,
Implementation
const ILedgerLogInfo({
this.SvcDte,
required this.SvcNo,
required this.SvcNumZ,
required this.OUFTIState,
required this.Sign,
required this.DateHeure,
required this.Hre,
required this.NoSeq,
required this.Staff,
required this.StaffName,
required this.Action,
required this.PLU,
required this.Nom,
required this.NomProd,
required this.NomAdd,
});