修改各模块ts接口规范

This commit is contained in:
lcj
2025-03-13 15:09:40 +08:00
parent 777f8f4c28
commit 600c11e87b
2 changed files with 3 additions and 3 deletions

View File

@ -73,14 +73,14 @@ public class BusMaterialsInventoryVo implements Serializable {
* 剩余库存数量(记录最后一次操作留下的库存数)
*/
@ExcelProperty(value = "剩余库存数量", converter = ExcelDictConvert.class)
@ExcelDictFormat(readConverterExp = "=录最后一次操作留下的库存数")
@ExcelDictFormat(readConverterExp = "记录最后一次操作留下的库存数")
private Long residue;
/**
* 操作人(入库人、领料人)
*/
@ExcelProperty(value = "操作人", converter = ExcelDictConvert.class)
@ExcelDictFormat(readConverterExp = "=库人、领料人")
@ExcelDictFormat(readConverterExp = "入库人、领料人")
private String operator;
/**

View File

@ -100,7 +100,7 @@ export interface MachineryQuery extends PageRequest {
/**
* 备注
*/1
*/
remark?: string;
/**