1
This commit is contained in:
parent
623e75589b
commit
ec92656cb4
@ -8,16 +8,16 @@ namespace RIZO.Model.MES.recipe.Dto
|
||||
/// </summary>
|
||||
public class PfRefProductRecipeQueryDto : PagerInfo
|
||||
{
|
||||
public string RecipeCode { get; set; }
|
||||
public string? RecipeCode { get; set; }
|
||||
|
||||
public string Productcode { get; set; }
|
||||
public string? Productcode { get; set; }
|
||||
|
||||
public string ProductName { get; set; }
|
||||
public string FkRoutingCode { get; set; }
|
||||
public string? ProductName { get; set; }
|
||||
public string? FkRoutingCode { get; set; }
|
||||
|
||||
public string FkOperationCode { get; set; }
|
||||
public string? FkOperationCode { get; set; }
|
||||
|
||||
public string FkLineCode { get; set; }
|
||||
public string? FkLineCode { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user