订单单位

This commit is contained in:
hxt
2025-11-14 17:10:39 +08:00
parent d382abba10
commit f797283021

View File

@@ -195,4 +195,9 @@ public class PurchaseOrderDetailsRespVO {
* 订单类型 * 订单类型
*/ */
private String splyBsnTp; private String splyBsnTp;
/**
* 单位
*/
private String unt;
} }