xwt
2025-08-16 823e5cae379ee1a259f79060ca0015d381c61f79
StandardInterface/MES.Service/Dto/service/RKJDto.cs
@@ -23,6 +23,18 @@
    // 送检数量
    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; }
    //==========================================
    //巡检主子表需要的数据
    public QsItemOqcReq? from { get; set; }