Commit 0e80182f by 程裕兵

feat:studio

parent 212d66c3
...@@ -24,6 +24,7 @@ public class CashierConvert { ...@@ -24,6 +24,7 @@ public class CashierConvert {
.transType(record.getTransType().name()) .transType(record.getTransType().name())
.brandId(record.getBrandId()) .brandId(record.getBrandId())
.studioId(record.getStudioId()) .studioId(record.getStudioId())
.studioName(record.getStudioName())
.merchantId(record.getMerchantId()) .merchantId(record.getMerchantId())
.merchantNo(record.getMerchantNo()) .merchantNo(record.getMerchantNo())
.channelNo(record.getChannelNo()) .channelNo(record.getChannelNo())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment