This commit is contained in:
2025-06-05 17:26:42 +08:00
parent bdae3f56af
commit 70ab6b9162
3 changed files with 30 additions and 185 deletions

View File

@@ -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;}
}
}