ILedgerLogInfo constructor

const ILedgerLogInfo({
  1. dynamic SvcDte,
  2. required int SvcNo,
  3. required int SvcNumZ,
  4. required String OUFTIState,
  5. required String Sign,
  6. required String DateHeure,
  7. required int Hre,
  8. required int NoSeq,
  9. required int Staff,
  10. required String StaffName,
  11. required String Action,
  12. required String PLU,
  13. required String Nom,
  14. required String NomProd,
  15. 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,
});