仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management-after
产品供销存-后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
feat: 新增工序参数配置模块及CRUD接口
yuan
8 小时以前
47949da2850a5c09d33c2b3f711f3f442a011cc0
[product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
production
/
dto
/
ProductProcessParameterDto.java
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.production.dto;
import com.ruoyi.production.pojo.ProductProcessParameter;
/**
* @author yuan
* @date 2026-03-14 15:47
* @description
*/
public class ProductProcessParameterDto extends ProductProcessParameter {
}