李林
2023-10-07 658d4927d468c47208fd012d9128b09249c07eff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.chinaztt.mes.plan.dto;
 
import com.chinaztt.mes.plan.entity.MoTestStandardParam;
import lombok.Data;
 
/**
 * @Description:
 * @Author: shz
 * @Date: 2022/2/15 15:36
 */
@Data
public class MoTestStandardParamDTO extends MoTestStandardParam {
    private String itemValue;
    private String testValue;
}