This commit is contained in:
quowingwang 2026-01-10 16:45:08 +08:00
parent 623e75589b
commit ec92656cb4

View File

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