订单旧接口新增字段meteringType

This commit is contained in:
潘荣晟
2025-12-08 14:40:33 +08:00
parent 6ff755a3da
commit bb4043d8ce

View File

@@ -200,4 +200,9 @@ public class PurchaseOrderDetailsRespVO {
* 单位 * 单位
*/ */
private String unt; private String unt;
/**
* 物权转移
*/
private String meteringType;
} }