hao
2025-08-18 1a09e10891586f227bec656d92ad27382f0412a2
StandardInterface/MES.Service/Dto/service/RKJDto.cs
@@ -17,6 +17,23 @@
    //备注
    public string? Remarks { get; set; }
    // 送检批次
    public string? RbillNo { get; set; }
    // 送检数量
    public decimal? quantity { get; set; }
    // 不良原因
    public string? BLYY { get; set; }
    // 评审状态
    public string? PSZT { get; set; }
    // 所属车间
    public string? SSCJ { get; set; }
    // 检验单号
    public string? releaseNo { get; set; }
    //==========================================
    //巡检主子表需要的数据