forked from rongchao/epmet-cloud-rizhao
1 changed files with 15 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||
package com.epmet.commons.rocketmq.messages; |
|||
|
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* 需求完成,如果服务方是区域化党建单位,重新计算这个单位的满意度,或者直接计算整个客户 |
|||
*/ |
|||
@Data |
|||
public class CalPartyUnitSatisfactionFormDTO implements Serializable { |
|||
private String customerId; |
|||
private String partyUnitId; |
|||
} |
Loading…
Reference in new issue