cl
2024-07-29 0a65c6094ad3cbdae90348f2548d49e875ede1b7
提交 | 用户 | 时间
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 }