订单分类

This commit is contained in:
qianshijiang
2025-10-31 17:04:02 +08:00
parent 662df70065
commit 928bb40dd5
3 changed files with 3 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ public class PurchaseOrderRespVO {
@ExcelProperty("物料类型(字典:MTRL_TP)")
private String mtrlTp;
@Schema(description = "订单分类", example = "2")
@Schema(description = "订单分类(字典SPLY_BSN_TP)", example = "2")
@ExcelProperty("订单分类")
private String splyBsnTp;

View File

@@ -175,7 +175,7 @@ public class PurchaseOrderSaveReqVO {
@ExcelProperty("物料类别")
private String mtrlTp;
@Schema(description = "订单分类", example = "2")
@Schema(description = "订单分类(字典SPLY_BSN_TP)", example = "2")
@ExcelProperty("订单分类")
private String splyBsnTp;
}

View File

@@ -252,7 +252,7 @@ public class PurchaseOrderDO extends BusinessBaseDO {
private String mtrlTp;
/**
* 订单分类
* 订单分类(字典SPLY_BSN_TP)
*
*/
@TableField("SPLY_BSN_TP")