fs-danaus
2022-04-18 d1ae8d07e37f6157c1a84d5e012273b2f9b3d327
提交 | 用户 | age
1d696d 1 package com.yc.open.lujn.service;
F 2
d1ae8d 3 import com.yc.open.lujn.entity.PostDataEntity;
F 4 import com.yc.open.lujn.entity.T12060Entity;
5
1d696d 6 import java.util.List;
d1ae8d 7 import java.util.Map;
1d696d 8
F 9 public interface KingDeeServiceIfc {
d1ae8d 10   Map<String, List<PostDataEntity>> getOrderList(T12060Entity entity);
1d696d 11   
F 12   void update120260Log(String beginDay, String endDay, String matGroup);
13 }