xwt
6 天以前 e853dd2fecef3a0c446d161248d0498a5a081e66
StandardInterface/MES.Service/Dto/service/RKJDto.cs
@@ -20,9 +20,24 @@
    // 送检批次
    public string? RbillNo { get; set; }
    
    // 送检数量
    // 工单数量(原送检数量字段)
    public decimal? quantity { get; set; }
    // 送检数量(新增字段)
    public decimal? sjqty { 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; }