cl
2024-07-05 8e3998d3a3b55eb493a290df869187110b47fe78
提交 | 用户 | 时间
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 }