Commit 7ec4f9f7 by 宋珺琪

添加返回datasumup

parent a450d167
package com.founder.commonutils.model.newPublicEntity.hnkshEntity;
import lombok.Data;
import java.util.List;
@Data
public class dataSumup {
private String name;
private List list;
}
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