11
This commit is contained in:
@@ -135,5 +135,19 @@ namespace MyCode.Project.Domain.Model
|
||||
/// </summary>
|
||||
public string FBillNo {get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:销售订单号
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string Fdemandbillno {get;set;}
|
||||
|
||||
/// <summary>
|
||||
/// Desc:备注
|
||||
/// Default:
|
||||
/// Nullable:True
|
||||
/// </summary>
|
||||
public string Remart {get;set;}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user