[chore:] added sender address field
This commit is contained in:
@@ -121,10 +121,12 @@ public class Customer
|
|||||||
|
|
||||||
public string name { get; set; } = "";
|
public string name { get; set; } = "";
|
||||||
public string description { get; set; } = "";
|
public string description { get; set; } = "";
|
||||||
|
public string sender_address { get; set; } = "";
|
||||||
public AddressPatch patch { get; set; }
|
public AddressPatch patch { get; set; }
|
||||||
public char separator { get; set; } = ',';
|
public char separator { get; set; } = ',';
|
||||||
public int ID { get; }
|
public int ID { get; }
|
||||||
|
|
||||||
|
|
||||||
public static int GetIDByCustomerListItem(string item_content)
|
public static int GetIDByCustomerListItem(string item_content)
|
||||||
{
|
{
|
||||||
var id = item_content.Split(" - ")[0];
|
var id = item_content.Split(" - ")[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user