待办排序+更新时间

This commit is contained in:
shuo.wang
2025-05-21 11:23:43 +08:00
parent 36f2b04b17
commit b41ecc436a
3 changed files with 12 additions and 141 deletions

View File

@@ -20,6 +20,8 @@ public class IntendPendingVO extends BaseInfoVO {
@ApiModelProperty("加盟模式 1-社会加盟模式 2-强加盟模式")
private Integer joinMode;
private Date updateTime;
public IntendPendingVO(){}
public IntendPendingVO(BaseInfoVO baseInfoVO) {