Merge branch 'refs/heads/abp' into digital-collectibles

This commit is contained in:
chenchun
2024-10-25 17:31:36 +08:00
4 changed files with 237 additions and 34 deletions

View File

@@ -3,6 +3,7 @@ namespace Yi.Framework.Rbac.Application.Contracts.Dtos.Post
public class PostUpdateInputVo
{
public bool? State { get; set; }
public int OrderNum { get; set; }
public string PostCode { get; set; }
public string PostName { get; set; }
public string? Remark { get; set; }