cl
2024-07-19 8e210282102b8808d8e7ea218368f1d41f448eb4
1
2
3
4
5
6
7
8
9
package com.jcdm.main.restful.qingYan.doman;
 
import lombok.Data;
 
@Data
public class ProductionOrderComponentRequest {
    private String materialCode;
    private String operationSteps;
}