仪表盘
版本库
文件存储
活动
搜索
登录
main
/
product-inventory-management-after
产品供销存-后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
refactor(production): 移除生产订单中的强度字段
云
2026-04-23
b473b8de811b86fd7da321f1148b5c17de9b1394
[product-inventory-management-after.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
basic
/
constant
/
fileType
/
ApplicationTypeImage.java
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.basic.constant.fileType;
import com.ruoyi.basic.constant.ApplicationType;
public class ApplicationTypeImage implements ApplicationType {
@Override
public String getType() {
return "image";
}
}