cl
2024-07-19 8e210282102b8808d8e7ea218368f1d41f448eb4
提交 | 用户 | 时间
0ca254 1 package com.jcdm.main.restful.qingYan.doman;
A 2
3 import lombok.Data;
4
5 @Data
6 public class ProductionOrderComponentRequest {
7     private String materialCode;
8     private String operationSteps;
9 }