hao
2025-10-08 3b688a2758a44d240b9673dccb69511832116435
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; }