fix parameter error
This commit is contained in:
parent
248870d884
commit
db79eb67c0
1 changed files with 3 additions and 3 deletions
|
|
@ -20,10 +20,10 @@
|
||||||
|
|
||||||
public string signatoryPosition { get; set; } = string.Empty;
|
public string signatoryPosition { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string placementCommandIssuer { get; set; }
|
public string placementCommandIssuer { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string placementCommandNo { get; set; }
|
public string placementCommandNo { get; set; } = string.Empty;
|
||||||
|
|
||||||
public DateTime placementCommandDate { get; set; }
|
public DateTime placementCommandDate { get; set; } = DateTime.Now;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue