admin
7 天以前 d8e6c0629e17de5a3ab080eb77fc3eeacb21b21e
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;
}