增加物品采集功能,解决测试问题

This commit is contained in:
2025-10-31 16:07:32 +08:00
parent 980c7ade4e
commit cb96a3db01
32 changed files with 1195 additions and 266 deletions
@@ -29,6 +29,7 @@ data class GoodsInfo(
* 单价
*/
var recUnitPriceTaxIn: Double? = null,
var recUnitPriceTaxIn2: Double? = null,
// 单价 界面显示
var recUnitPriceTaxInTemp: String = "",
@@ -103,7 +104,10 @@ data class GoodsInfo(
var isLocalGoods: Boolean = false,
var kcUnitId: String?="",
var receivePriceIn:Double?=null
var recPriceInItem:Double?=null,
var goodsCount:Double?=null,
var goodsUnitPrice:Double?=null,
var goodsPrice:Double?=null
//--------------------------------------------------------
) : Parcelable, BaseBean() {